From: Roland Häder Date: Fri, 9 Jan 2015 08:08:55 +0000 (+0100) Subject: Maybe this message will be needed some day ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b00283beffd5b499994b60c48e4a5ea89c9b524a;p=quix0rs-gnu-social.git Maybe this message will be needed some day ... Signed-off-by: Roland Häder --- diff --git a/plugins/OpportunisticQM/lib/opportunisticqueuemanager.php b/plugins/OpportunisticQM/lib/opportunisticqueuemanager.php index 5b09be8f9c..0ad4411bf2 100644 --- a/plugins/OpportunisticQM/lib/opportunisticqueuemanager.php +++ b/plugins/OpportunisticQM/lib/opportunisticqueuemanager.php @@ -92,7 +92,7 @@ class OpportunisticQueueManager extends DBQueueManager try { $this->poll(); } catch (RunQueueOutOfWorkException $e) { - common_debug('Opportunistic queue manager finished.'); + common_debug('Opportunistic queue manager finished: ' . $e->getMessage()); return true; } }