Merge "exception: Add newline at the end of a debugging line for CLI users"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 26 Apr 2017 21:35:33 +0000 (21:35 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 26 Apr 2017 21:35:33 +0000 (21:35 +0000)
includes/exception/MWExceptionRenderer.php

index 0e743c1..435fde3 100644 (file)
@@ -293,7 +293,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";
        }
 
        /**