Notify.php
authorAlan Knowles <alan@roojs.com>
Wed, 26 Mar 2014 06:00:21 +0000 (14:00 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 26 Mar 2014 06:00:21 +0000 (14:00 +0800)
Notify.php

index e160d63..15fb0a8 100644 (file)
@@ -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 {