add \n to a wfDebug() call
authorAntoine Musso <hashar@users.mediawiki.org>
Thu, 3 Nov 2011 16:18:48 +0000 (16:18 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Thu, 3 Nov 2011 16:18:48 +0000 (16:18 +0000)
follow up r48417

includes/GlobalFunctions.php

index 014aaa6..8f9513b 100644 (file)
@@ -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 ) ) {