Index: trunk/phase3/includes/profiler/Profiler.php |
— | — | @@ -67,7 +67,7 @@ |
68 | 68 | if( is_array( $wgProfiler ) ) { |
69 | 69 | if( !isset( $wgProfiler['class'] ) ) { |
70 | 70 | wfDebug( __METHOD__ . " called without \$wgProfiler['class']" |
71 | | - . " set, falling back to ProfilerStub for safety" ); |
| 71 | + . " set, falling back to ProfilerStub for safety\n" ); |
72 | 72 | $class = 'ProfilerStub'; |
73 | 73 | } else { |
74 | 74 | $class = $wgProfiler['class']; |