diff --git a/Blacklight/libraries/Forking.php b/Blacklight/libraries/Forking.php index 7cc053653..3cc6e0dc5 100755 --- a/Blacklight/libraries/Forking.php +++ b/Blacklight/libraries/Forking.php @@ -976,7 +976,7 @@ class Forking if (config('nntmux.echocli')) { $this->colorCli->header( 'Process ID #'.$pid.' has completed.'.PHP_EOL. - 'There are '.($this->maxProcesses -1).' process(es) still active with '. + 'There are '.($this->maxProcesses - 1).' process(es) still active with '. (--$this->_workCount).' job(s) left in the queue.', true );