mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:01:24 +00:00
Fix one more echo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user