From: Alan Knowles Date: Thu, 18 Mar 2021 06:34:50 +0000 (+0800) Subject: debugging (temp) X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=9e5d6d948913dc8f05fbd358b19467ae67292f52 debugging (temp) --- diff --git a/NotifySend.php b/NotifySend.php index 2c567e7e..e8422024 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -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)