From c13ea1586efccb2fb0710a17f6f3d5bc21ccd734 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Jan 2025 15:17:12 +0100 Subject: move F37 to archives --- check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check.php') 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 { -- cgit