diff --git a/nntmux/libraries/ForkingImportNZB.php b/nntmux/libraries/ForkingImportNZB.php index e80260acd..5c4b3ed26 100755 --- a/nntmux/libraries/ForkingImportNZB.php +++ b/nntmux/libraries/ForkingImportNZB.php @@ -50,10 +50,10 @@ class ForkingImportNZB extends Forking } if (NN_ECHOCLI) { - echo ColorCLI::header( + ColorCLI::doEcho(ColorCLI::header( 'Multi-processing started at '.date(DATE_RFC2822).' with '.$this->_workCount. ' job(s) to do using a max of '.$maxProcesses.' child process(es).' - ); + ), true); } $this->deleteComplete = $deleteComplete;