diff options
Diffstat (limited to 'check.php')
-rw-r--r-- | check.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; } |