summaryrefslogtreecommitdiffstats
path: root/check.php
diff options
context:
space:
mode:
Diffstat (limited to 'check.php')
-rw-r--r--check.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/check.php b/check.php
index 6fcbe476..53617e22 100644
--- a/check.php
+++ b/check.php
@@ -140,11 +140,11 @@ if ($ref) {
$pids = array();
$loc = getRepoTime($mirror.$full);
if ($ref == $loc) {
- printf("%50.50s: Ok\n", $mirror);
+ printf("%50.50s : Ok\n", $mirror);
} else if ($loc) {
- printf("%50.50s: %s\n", $mirror, date('r', $loc));
+ printf("%50.50s : %s\n", $mirror, date('r', $loc));
} else {
- printf("%50.50s: N/A\n", $mirror);
+ printf("%50.50s : N/A\n", $mirror);
}
break;
}