New 4.92.2+fixes
[buildfarm-server.git] / cgi-bin / eximstatus.pl
index 38a7d96dccb62f5c2375843d8e398ce0dd6d954c..33b6d2408788e8110284b205408a623a81aa1ab3 100755 (executable)
@@ -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;   
     }