]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
don't use old inarow variable
authorEvan Prodromou <evan@prodromou.name>
Sat, 5 Jul 2008 18:39:55 +0000 (14:39 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sat, 5 Jul 2008 18:39:55 +0000 (14:39 -0400)
darcs-hash:20080705183955-84dde-50b515e9a3188919dff7b4f5ab7111d2a8e4d288.gz

xmppdaemon.php

index 26c395303a22aa641309b9d233cc6586f3e018a6..c526b4ef001e376e075ed4f8a245b2c555fcb2a9 100755 (executable)
@@ -286,7 +286,7 @@ class XMPPDaemon {
                do {
                        $qi = $this->top_queue_item();
                        if ($qi) {
-                               $this->log(LOG_INFO, 'Got queue item #'.$in_a_row.' enqueued '.common_exact_date($qi->created));
+                               $this->log(LOG_INFO, 'Got item enqueued '.common_exact_date($qi->created));
                                $notice = Notice::staticGet($qi->notice_id);
                                if ($notice) {
                                        $this->log(LOG_INFO, 'broadcasting notice ID = ' . $notice->id);