mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-12 17:29:30 +02:00
Print newline when being verbose.
This commit is contained in:
@ -189,7 +189,7 @@ class Cli extends \Maintenance {
|
||||
if ( $verbose ) {
|
||||
$this->output(
|
||||
sprintf(
|
||||
"%s - processed %5d of %5d (%2.0f%%) - index %5d - %s",
|
||||
"%s - processed %5d of %5d (%2.0f%%) - index %5d - %s\r\n",
|
||||
date("c", time()),
|
||||
$numProcessed,
|
||||
$numPages,
|
||||
|
Reference in New Issue
Block a user