Another stupid newline, forgot to press save
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 30 Aug 2011 20:55:50 +0000 (20:55 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 30 Aug 2011 20:55:50 +0000 (20:55 +0000)
includes/profiler/Profiler.php

index e535689..1fc7b0e 100644 (file)
@@ -67,7 +67,7 @@ class Profiler {
                        if( is_array( $wgProfiler ) ) {
                                if( !isset( $wgProfiler['class'] ) ) {
                                        wfDebug( __METHOD__ . " called without \$wgProfiler['class']"
-                                               . " set, falling back to ProfilerStub for safety" );
+                                               . " set, falling back to ProfilerStub for safety\n" );
                                        $class = 'ProfilerStub';
                                } else {
                                        $class = $wgProfiler['class'];