diff --git a/f_config/config.php b/f_config/config.php index d25eb2dd..f86fc6be 100644 --- a/f_config/config.php +++ b/f_config/config.php @@ -77,7 +77,7 @@ function getExceptionTraceAsString($exception) { } $args = join(", ", $args); } - $rtn[] = sprintf( "#%s %s(%s): %s(%s)", + $rtn[] = sprintf( "#%s %s:%s %s(%s)", $count, isset($frame['file']) ? $frame['file'] : 'unknown file', isset($frame['line']) ? $frame['line'] : 'unknown line',