X-Git-Url: https://git.exim.org/buildfarm-server.git/blobdiff_plain/63e6094bc750cd51cd861696aca852a2a4f9203d..eff4781459c0eec46977471b3d3952b053f6cb59:/cgi-bin/eximstatus.pl diff --git a/cgi-bin/eximstatus.pl b/cgi-bin/eximstatus.pl index 38a7d96..33b6d24 100755 --- a/cgi-bin/eximstatus.pl +++ b/cgi-bin/eximstatus.pl @@ -192,7 +192,7 @@ if ($log =~/Last file mtime in snapshot: (.*)/) if ($snaptime < ($last_branch_time - 86400)) { print "Status: 493 snapshot too old: $1\nContent-Type: text/plain\n\n"; - print "snapshot to old: $1\n"; + print "snapshot too old: $1\n"; $db->disconnect; exit; }