summaryrefslogtreecommitdiffstats
path: root/check.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-01-16 15:17:12 +0100
committerRemi Collet <remi@php.net>2025-01-16 15:17:12 +0100
commitc13ea1586efccb2fb0710a17f6f3d5bc21ccd734 (patch)
tree81c4446006840a3faa76adbce297e7f799966970 /check.php
parent4bcaf44e468e20dd5a7d0214f8181e6707d3766c (diff)
move F37 to archives
Diffstat (limited to 'check.php')
-rwxr-xr-xcheck.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.php b/check.php
index b32672df..c46b4e43 100755
--- a/check.php
+++ b/check.php
@@ -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 {