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 @@
52
52
);
53
53
54
54
if( !is_object( $res ) || $res->numRows() == 0 ) {
55
- $this->output( 'No files to cleanup!' );
55
+ $this->output( "No files to cleanup!\n" );
56
56
// nothing to do.
57
57
return;
58
58
}
Follow-up revisions
Revision
Commit summary
Author
Date
r113086
MFT
r113085
because the output is annoying me
reedy
21:20, 5 March 2012
Status & tagging log
21:21, 5 March 2012
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r113085
[
removed:
new
added:
ok]