Index: trunk/phase3/maintenance/dumpTextPass.php |
— | — | @@ -222,7 +222,6 @@ |
223 | 223 | $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 | 224 | $now, wfWikiID(), $this->ID, $this->pageCount, $pageRate, $pageRatePart, $this->revCount, $revRate, $revRatePart, $fetchRate, $fetchRatePart, $etats, $this->maxCount ) ); |
225 | 225 | $this->lastTime = $now; |
226 | | - $this->partCountLast = $this->partCount; |
227 | 226 | $this->revCountLast = $this->revCount; |
228 | 227 | $this->prefetchCountLast = $this->prefetchCount; |
229 | 228 | $this->fetchCountLast = $this->fetchCount; |
— | — | @@ -248,8 +247,7 @@ |
249 | 248 | foreach ($this->checkpointFiles as $checkpointFile) { |
250 | 249 | $count = substr_count ($checkpointFile,"%s"); |
251 | 250 | if (substr_count ($checkpointFile,"%s") != 2) { |
252 | | - wfDie("Option checkpointfile must contain two '%s' for substitution of first and last pageids, count is $count instead, fil |
253 | | -e is $checkpointFile.\n"); |
| 251 | + wfDie("Option checkpointfile must contain two '%s' for substitution of first and last pageids, count is $count instead, file is $checkpointFile.\n"); |
254 | 252 | } |
255 | 253 | } |
256 | 254 | |