mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 09:49:31 +02:00
Print newline when being verbose.
This commit is contained in:
@ -189,7 +189,7 @@ class Cli extends \Maintenance {
|
|||||||
if ( $verbose ) {
|
if ( $verbose ) {
|
||||||
$this->output(
|
$this->output(
|
||||||
sprintf(
|
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()),
|
date("c", time()),
|
||||||
$numProcessed,
|
$numProcessed,
|
||||||
$numPages,
|
$numPages,
|
||||||
|
Reference in New Issue
Block a user