From 1721b46f3dc4d60db954bce12d0d8f92f36bc91c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 26 Mar 2014 14:01:01 +0800 Subject: [PATCH] Notify.php --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index 15fb0a8b..c652c885 100644 --- a/Notify.php +++ b/Notify.php @@ -435,6 +435,6 @@ class Pman_Core_Notify extends Pman } function logecho($str) { - echo date("Y-m-d H:i:s - $str\n"); + echo date("Y-m-d H:i:s - ") . $str . "\n"; } } \ No newline at end of file -- 2.39.2