exception: Add newline at the end of a debugging line for CLI users
[lhc/web/wiklou.git] / 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";
        }
 
        /**