From 2c1bf9190c5b784672c15517580963deb1ed9af4 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 30 Aug 2011 20:55:50 +0000 Subject: [PATCH] Another stupid newline, forgot to press save --- includes/profiler/Profiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/profiler/Profiler.php b/includes/profiler/Profiler.php index e535689155..1fc7b0e639 100644 --- a/includes/profiler/Profiler.php +++ b/includes/profiler/Profiler.php @@ -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']; -- 2.20.1