No need to know what DBQueueManager got if not debugging
This commit is contained in:
parent
aa36fecd0a
commit
c423e84776
|
@ -83,7 +83,7 @@ class DBQueueManager extends QueueManager
|
||||||
|
|
||||||
if ($item) {
|
if ($item) {
|
||||||
$rep = $this->logrep($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);
|
$handler = $this->getHandler($queue);
|
||||||
if ($handler) {
|
if ($handler) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user