From ad5f0ca6e5b4a44e1ddbf67391e4021fd0087839 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Mon, 5 Mar 2012 21:14:10 +0000 Subject: [PATCH] Appending a newline at the end of the message results in a much nicer console display --- maintenance/cleanupUploadStash.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/cleanupUploadStash.php b/maintenance/cleanupUploadStash.php index 931a4ffd02..5f57ffdffb 100644 --- a/maintenance/cleanupUploadStash.php +++ b/maintenance/cleanupUploadStash.php @@ -51,7 +51,7 @@ class UploadStashCleanup extends Maintenance { ); if( !is_object( $res ) || $res->numRows() == 0 ) { - $this->output( 'No files to cleanup!' ); + $this->output( "No files to cleanup!\n" ); // nothing to do. return; } -- 2.20.1