Skip to content

Commit

Permalink
Merge pull request #56 from neighborhoods/remove-remaining-kojospace-…
Browse files Browse the repository at this point in the history
…notices

Remove remaining kojospace notices
  • Loading branch information
mucha55 authored Feb 21, 2019
2 parents ae4b303 + 8f79a87 commit 2899a4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Process/Pool.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ protected function _childExitSignal(InformationInterface $information): PoolInte
$this->_getProcessPoolStrategy()->currentPendingChildExitsCompleted();
} else {
$processId = $this->_getProcess()->getProcessId();
$this->_getLogger()->notice("Child process[$childProcessId] is not in the pool for process[$processId].");
$this->_getLogger()->debug("Child process[$childProcessId] is not in the pool for process[$processId].");
}

return $this;
Expand Down
2 changes: 1 addition & 1 deletion src/Process/PoolAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ protected function _validateAlarm(): PoolInterface
$this->_getLogger()->emergency('Process pool has no alarms and no processes.');
throw new \LogicException('Invalid process pool state.');
}else {
$this->_getLogger()->notice('Process pool only has a set alarm.');
$this->_getLogger()->debug('Process pool only has a set alarm.');
}
}
pcntl_alarm($alarmValue);
Expand Down

0 comments on commit 2899a4c

Please sign in to comment.