From: Evan Prodromou Date: Sat, 5 Jul 2008 18:39:55 +0000 (-0400) Subject: don't use old inarow variable X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=17f9601572936a1b85de37ac018becef204bb236;p=quix0rs-gnu-social.git don't use old inarow variable darcs-hash:20080705183955-84dde-50b515e9a3188919dff7b4f5ab7111d2a8e4d288.gz --- diff --git a/xmppdaemon.php b/xmppdaemon.php index 26c395303a..c526b4ef00 100755 --- a/xmppdaemon.php +++ b/xmppdaemon.php @@ -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);