No need to know what DBQueueManager got if not debugging

This commit is contained in:
Mikael Nordfeldth 2013-10-22 17:43:17 +02:00
parent aa36fecd0a
commit c423e84776
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class DBQueueManager extends QueueManager
if ($item) {
$rep = $this->logrep($item);
$this->_log(LOG_INFO, "Got $rep for transport $queue");
$this->_log(LOG_DEBUG, "Got $rep for transport $queue");
$handler = $this->getHandler($queue);
if ($handler) {