diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-05 14:39:55 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-05 14:39:55 -0400 |
commit | 17f9601572936a1b85de37ac018becef204bb236 (patch) | |
tree | 63e05ea601bd3d90d5ba7675baaec933ce68db9e | |
parent | ec76d448de9b38c03aa61f8112e2d4ce8f7aee79 (diff) |
don't use old inarow variable
darcs-hash:20080705183955-84dde-50b515e9a3188919dff7b4f5ab7111d2a8e4d288.gz
-rwxr-xr-x | xmppdaemon.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmppdaemon.php b/xmppdaemon.php index 26c395303..c526b4ef0 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); |