From: Antoine Musso Date: Thu, 3 Nov 2011 16:18:48 +0000 (+0000) Subject: add \n to a wfDebug() call X-Git-Tag: 1.31.0-rc.0~26735 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=f2d31a73e7cd8e466546857f8db5cd1988be5e9e;p=lhc%2Fweb%2Fwiklou.git add \n to a wfDebug() call follow up r48417 --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 014aaa645f..8f9513b17d 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2260,7 +2260,7 @@ function wfMkdirParents( $dir, $mode = null, $caller = null ) { global $wgDirectoryMode; if ( !is_null( $caller ) ) { - wfDebug( "$caller: called wfMkdirParents($dir)" ); + wfDebug( "$caller: called wfMkdirParents($dir)\n" ); } if( strval( $dir ) === '' || file_exists( $dir ) ) {