Notify.php
authorAlan Knowles <alan@roojs.com>
Wed, 26 Mar 2014 05:58:53 +0000 (13:58 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 26 Mar 2014 05:58:53 +0000 (13:58 +0800)
Notify.php

index 4218ccb..5c27f09 100644 (file)
@@ -176,7 +176,7 @@ class Pman_Core_Notify extends Pman
     
             $w->orderBy('act_when ASC'); // oldest first.
             
-            $this->Log("QUEUE is {$w->count()}");
+            $this->echolog("QUEUE is {$w->count()}");
             
             $w->limit($opts['limit']); // we can run 1000 ...
         } else {