add \n to a wfDebug() call
follow up r48417
This commit is contained in:
parent
c69ddf40aa
commit
f2d31a73e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ) ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue