summaryrefslogtreecommitdiffstats
path: root/check.php
diff options
context:
space:
mode:
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 {