From: Alan Knowles Date: Wed, 26 Mar 2014 06:00:21 +0000 (+0800) Subject: Notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=5e7f445abb33758f884417e312d5fde486d18a51 Notify.php --- diff --git a/Notify.php b/Notify.php index e160d63c..15fb0a8b 100644 --- a/Notify.php +++ b/Notify.php @@ -176,7 +176,7 @@ class Pman_Core_Notify extends Pman $w->orderBy('act_when ASC'); // oldest first. - $this->logech("QUEUE is {$w->count()}"); + $this->logecho("QUEUE is {$w->count()}"); $w->limit($opts['limit']); // we can run 1000 ... } else {