add \n to a wfDebug() call

follow up r48417
This commit is contained in:
Antoine Musso 2011-11-03 16:18:48 +00:00
parent c69ddf40aa
commit f2d31a73e7

View 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 ) ) {