remove extraneous hyphen that crept in, grr
authorAriel Glenn <ariel@users.mediawiki.org>
Wed, 24 Aug 2011 20:43:09 +0000 (20:43 +0000)
committerAriel Glenn <ariel@users.mediawiki.org>
Wed, 24 Aug 2011 20:43:09 +0000 (20:43 +0000)
maintenance/dumpTextPass.php

index 822ea18..5a4abfa 100644 (file)
@@ -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;