From: Ariel Glenn Date: Wed, 24 Aug 2011 20:43:09 +0000 (+0000) Subject: remove extraneous hyphen that crept in, grr X-Git-Tag: 1.31.0-rc.0~28089 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/supprimer.php?a=commitdiff_plain;h=0f90a6b10e34e1dbdd269259484bdd15e1e949e2;p=lhc%2Fweb%2Fwiklou.git remove extraneous hyphen that crept in, grr --- diff --git a/maintenance/dumpTextPass.php b/maintenance/dumpTextPass.php index 822ea187a4..5a4abfad70 100644 --- a/maintenance/dumpTextPass.php +++ b/maintenance/dumpTextPass.php @@ -220,7 +220,7 @@ class TextPassDumper extends BackupDumper { $pageRatePart = '-'; $revRatePart = '-'; } - $this->progress( sprintf( "%s: %s (ID %d) %d pages (%0.1f|%0.1f/sec all|curr), %d revs (%0.1f|%0.1f/sec all|curr), %0.1f%%|%0.1f%% prefetched (all|curr), ETA %s [max %d]",- + $this->progress( sprintf( "%s: %s (ID %d) %d pages (%0.1f|%0.1f/sec all|curr), %d revs (%0.1f|%0.1f/sec all|curr), %0.1f%%|%0.1f%% prefetched (all|curr), ETA %s [max %d]", $now, wfWikiID(), $this->ID, $this->pageCount, $pageRate, $pageRatePart, $this->revCount, $revRate, $revRatePart, $fetchRate, $fetchRatePart, $etats, $this->maxCount ) ); $this->lastTime = $nowts; $this->revCountLast = $this->revCount;