debugging (temp)
authorAlan Knowles <alan@roojs.com>
Thu, 18 Mar 2021 06:34:50 +0000 (14:34 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Mar 2021 06:34:50 +0000 (14:34 +0800)
NotifySend.php

index 2c567e7..e842202 100644 (file)
@@ -647,6 +647,7 @@ class Pman_Core_NotifySend extends Pman
     {
         $this->debug_str .= strlen($this->debug_str) ? "\n" : '';
         $this->debug_str .= $message;
+        echo $message ."\n";
     }
     
     function errorHandler($msg, $success = false)