diff options
Diffstat (limited to 'check.php')
-rwxr-xr-x | check.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -298,7 +298,7 @@ if ($ref) { } } if ($nb) { - printf("%3d mirrors checked on %s,\n%3d are OK\t(%d%%)\n%3d are stalled\t(%d%%)\n%3d are KO.\n", + printf("%3d mirrors checked on %s,\n%3d are OK\t(%d%%)\n%3d are late\t(%d%%)\n%3d are KO.\n", $nb, date("r"), $ok, $ok*100/$nb, $lack, $lack*100/$nb, $nb-$ok-$lack); } } else { |