NotifySend.php
authorAlan Knowles <alan@roojs.com>
Fri, 10 Apr 2015 04:04:26 +0000 (12:04 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 10 Apr 2015 04:04:26 +0000 (12:04 +0800)
NotifySend.php

index a16eff3..b19db89 100644 (file)
@@ -410,7 +410,7 @@ class Pman_Core_NotifySend extends Pman
                 $this->addEvent('NOTIFY', $w, 'GREYLISTED - ' . $errmsg);
                 $w->act_when = date('Y-m-d H:i:s', strtotime('NOW + ' . $retry . ' MINUTES'));
                 $w->update($ww);
-                echo $this->debug_str;
+                var_dump( $this->debug_str );
                 $this->errorHandler(date('Y-m-d h:i:s') . " - GREYLISTED -  $errmsg \n");
             }
             $fail = true;