]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OpportunisticQM/lib/opportunisticqueuemanager.php
Merge remote-tracking branch 'upstream/master'
[quix0rs-gnu-social.git] / plugins / OpportunisticQM / lib / opportunisticqueuemanager.php
index 2834b9a0ee849af228922d4dc65beb5546e50432..db1404ba6c4168b101d6610fbee479aeffd2604b 100644 (file)
@@ -111,6 +111,7 @@ class OpportunisticQueueManager extends DBQueueManager
             try {
                 $this->poll();
             } catch (RunQueueOutOfWorkException $e) {
+                common_debug('Opportunistic queue manager finished: ' . $e->getMessage());
                 return true;
             }
         }