From 502e015be0d93af8a65cdbdac7935e1c23493a7b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 26 Mar 2014 13:59:24 +0800 Subject: [PATCH] Notify.php --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index 5c27f09d..e160d63c 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->echolog("QUEUE is {$w->count()}"); + $this->logech("QUEUE is {$w->count()}"); $w->limit($opts['limit']); // we can run 1000 ... } else { -- 2.39.2