don't use old inarow variable

darcs-hash:20080705183955-84dde-50b515e9a3188919dff7b4f5ab7111d2a8e4d288.gz
This commit is contained in:
Evan Prodromou 2008-07-05 14:39:55 -04:00
parent ec76d448de
commit 17f9601572
1 changed files with 1 additions and 1 deletions

View File

@ -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);