From: Florian Schmidt Date: Sat, 15 Apr 2017 23:02:58 +0000 (+0200) Subject: exception: Add newline at the end of a debugging line for CLI users X-Git-Tag: 1.31.0-rc.0~3419^2 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=842b7a176985f4c1215b72f2eab7527ccbb8fbdc;p=lhc%2Fweb%2Fwiklou.git exception: Add newline at the end of a debugging line for CLI users Bug: T162315 Change-Id: Ia2963fa298ab0e4782ef823e7f53322cd6a9c99b --- diff --git a/includes/exception/MWExceptionRenderer.php b/includes/exception/MWExceptionRenderer.php index a569bcd808..1ef05ed95c 100644 --- a/includes/exception/MWExceptionRenderer.php +++ b/includes/exception/MWExceptionRenderer.php @@ -288,7 +288,7 @@ class MWExceptionRenderer { $vars[] = '$wgShowDBErrorBacktrace = true;'; } $vars = implode( ' and ', $vars ); - return "Set $vars at the bottom of LocalSettings.php to show detailed debugging information"; + return "Set $vars at the bottom of LocalSettings.php to show detailed debugging information\n"; } /**