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=282b21a0fb090722af434106851b894d58ec68f3;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 c0d9125f10..edf5586bb8 100644 --- a/plugins/OpportunisticQM/lib/opportunisticqueuemanager.php +++ b/plugins/OpportunisticQM/lib/opportunisticqueuemanager.php @@ -113,6 +113,7 @@ class OpportunisticQueueManager extends DBQueueManager try { $this->poll(); } catch (RunQueueOutOfWorkException $e) { + common_debug('Opportunistic queue manager finished: ' . $e->getMessage()); return true; } }