From: Sam Reed Date: Mon, 5 Mar 2012 21:14:10 +0000 (+0000) Subject: Appending a newline at the end of the message results in a much nicer console display X-Git-Tag: 1.31.0-rc.0~24386 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=ad5f0ca6e5b4a44e1ddbf67391e4021fd0087839;p=lhc%2Fweb%2Fwiklou.git Appending a newline at the end of the message results in a much nicer console display --- 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; }