exception: Add newline at the end of a debugging line for CLI users
authorFlorian Schmidt <florian.schmidt.stargatewissen@gmail.com>
Sat, 15 Apr 2017 23:02:58 +0000 (01:02 +0200)
committerKrinkle <krinklemail@gmail.com>
Wed, 26 Apr 2017 21:26:13 +0000 (21:26 +0000)
Bug: T162315
Change-Id: Ia2963fa298ab0e4782ef823e7f53322cd6a9c99b

includes/exception/MWExceptionRenderer.php

index a569bcd..1ef05ed 100644 (file)
@@ -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";
        }
 
        /**