https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113085

Revision: 113085
Author:   reedy
Date:     2012-03-05 21:14:10 +0000 (Mon, 05 Mar 2012)
Log Message:
-----------
Appending a newline at the end of the message results in a much nicer console 
display

Modified Paths:
--------------
    trunk/phase3/maintenance/cleanupUploadStash.php

Modified: trunk/phase3/maintenance/cleanupUploadStash.php
===================================================================
--- trunk/phase3/maintenance/cleanupUploadStash.php     2012-03-05 21:06:56 UTC 
(rev 113084)
+++ trunk/phase3/maintenance/cleanupUploadStash.php     2012-03-05 21:14:10 UTC 
(rev 113085)
@@ -51,7 +51,7 @@
                );
 
                if( !is_object( $res ) || $res->numRows() == 0 ) {
-                       $this->output( 'No files to cleanup!' );
+                       $this->output( "No files to cleanup!\n" );
                        // nothing to do.
                        return;
                }


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to