From 6e8a593eae2312e186b518576f543f76cac844fa Mon Sep 17 00:00:00 2001 From: fisharebest Date: Sat, 24 Apr 2010 14:27:01 +0000 Subject: Formatting of error messages in logs --- includes/functions/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions/functions.php b/includes/functions/functions.php index d4eb880ca7..146aee604e 100644 --- a/includes/functions/functions.php +++ b/includes/functions/functions.php @@ -378,7 +378,7 @@ function wt_error_handler($errno, $errstr, $errfile, $errline) { $log_msg.="\n0 Error occurred on "; } else { $fmt_msg.="{$i} called from "; - $log_msg.="{$i} called from "; + $log_msg.="\n{$i} called from "; } if (isset($backtrace[$i]["line"]) && isset($backtrace[$i]["file"])) { $fmt_msg.="line {$backtrace[$i]['line']} of file ".basename($backtrace[$i]['file']).""; -- cgit v1.3