Print newline when being verbose.

This commit is contained in:
Daniel Kraus
2022-03-13 12:18:55 +01:00
parent 203f8c866f
commit 8061213e57

View File

@ -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,