r101829 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101828‎ | r101829 | r101830 >
Date:16:18, 3 November 2011
Author:hashar
Status:ok
Tags:
Comment:
add \n to a wfDebug() call

follow up r48417
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -2260,7 +2260,7 @@
22612261 global $wgDirectoryMode;
22622262
22632263 if ( !is_null( $caller ) ) {
2264 - wfDebug( "$caller: called wfMkdirParents($dir)" );
 2264+ wfDebug( "$caller: called wfMkdirParents($dir)\n" );
22652265 }
22662266
22672267 if( strval( $dir ) === '' || file_exists( $dir ) ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r48417Add optional $caller param to wfMkdirParents(). Should make debugging mkdir()...demon14:30, 15 March 2009

Status & tagging log