r113085 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113084‎ | r113085 | r113086 >
Date:21:14, 5 March 2012
Author:reedy
Status:ok
Tags:
Comment:
Appending a newline at the end of the message results in a much nicer console display
Modified paths:
  • /trunk/phase3/maintenance/cleanupUploadStash.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/cleanupUploadStash.php
@@ -51,7 +51,7 @@
5252 );
5353
5454 if( !is_object( $res ) || $res->numRows() == 0 ) {
55 - $this->output( 'No files to cleanup!' );
 55+ $this->output( "No files to cleanup!\n" );
5656 // nothing to do.
5757 return;
5858 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r113086MFT r113085 because the output is annoying mereedy21:20, 5 March 2012

Status & tagging log