wrapOldPasswords: Improve output further..

Change-Id: I547eacf7bdd0d3fdb24adc328c9b9859fe3129c1
这个提交包含在:
Reedy 2024-05-04 23:07:01 +00:00
父节点 da2d6db2c0
当前提交 087fca71e3
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -139,7 +139,7 @@ class WrapOldPasswordHashes extends Maintenance {
}
}
$this->output( "$minUserId...\n" );
$this->output( "Last id processed: $minUserId; Actually updated: $count...\n" );
$delta = microtime( true ) - $start;
$this->output( sprintf(
"%4d passwords wrapped in %6.2fms (%6.2fms each)\n",