From 9e5d6d948913dc8f05fbd358b19467ae67292f52 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 18 Mar 2021 14:34:50 +0800 Subject: [PATCH] debugging (temp) --- NotifySend.php | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2