Index: trunk/phase3/maintenance/dumpTextPass.php |
— | — | @@ -220,7 +220,7 @@ |
221 | 221 | $pageRatePart = '-'; |
222 | 222 | $revRatePart = '-'; |
223 | 223 | } |
224 | | - $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]",- |
| 224 | + $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]", |
225 | 225 | $now, wfWikiID(), $this->ID, $this->pageCount, $pageRate, $pageRatePart, $this->revCount, $revRate, $revRatePart, $fetchRate, $fetchRatePart, $etats, $this->maxCount ) ); |
226 | 226 | $this->lastTime = $nowts; |
227 | 227 | $this->revCountLast = $this->revCount; |