diff options
author | Remi Collet <remi@remirepo.net> | 2025-01-16 15:17:12 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-01-16 15:17:12 +0100 |
commit | c13ea1586efccb2fb0710a17f6f3d5bc21ccd734 (patch) | |
tree | 81c4446006840a3faa76adbce297e7f799966970 /check.php | |
parent | 4bcaf44e468e20dd5a7d0214f8181e6707d3766c (diff) |
move F37 to archives
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 { |