X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2FpopulateFilearchiveSha1.php;h=7557a42ff4344b4ccc2509a33cdc276ebbc6beb2;hp=942f3f2b906c6c381eb71d32df7620db0572eb86;hb=9964ca1a390c446397dcd466916ffed356cdc3c9;hpb=d716155c8b2d6e4a51a4110195cee7a1794846e8 diff --git a/maintenance/populateFilearchiveSha1.php b/maintenance/populateFilearchiveSha1.php index 942f3f2b90..7557a42ff4 100644 --- a/maintenance/populateFilearchiveSha1.php +++ b/maintenance/populateFilearchiveSha1.php @@ -91,7 +91,7 @@ class PopulateFilearchiveSha1 extends LoggedUpdateMaintenance { break; } - // print status and let slaves catch up + // print status and let replica DBs catch up $this->output( sprintf( "id %d done (up to %d), %5.3f%% \r", $lastId, $endId, $lastId / $endId * 100 ) ); wfWaitForSlaves();