From: Alan Knowles Date: Wed, 26 Mar 2014 06:01:01 +0000 (+0800) Subject: Notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=1721b46f3dc4d60db954bce12d0d8f92f36bc91c Notify.php --- 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