From 2a185532e3a0acf9e37e601fc71c148510dd36a7 Mon Sep 17 00:00:00 2001 From: cassio Date: Thu, 27 Aug 2015 12:48:26 +0100 Subject: empty packages --- src/private/autojudging.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/private/autojudging.php b/src/private/autojudging.php index 2c3e01e..4994303 100755 --- a/src/private/autojudging.php +++ b/src/private/autojudging.php @@ -378,8 +378,8 @@ if($retval != 0) { chmod($scriptcomp, 0700); if($ninputlist == 0) { - echo "Failed to read input files from ZIP -- please check the problem package\n"; - DBGiveUpRunAutojudging($contest, $site, $number, $ip, "Autojuging error: problem package file is invalid (10)"); + echo "WARN: There are NO input files in ZIP package -- should check the problem package?\n"; + DBGiveUpRunAutojudging($contest, $site, $number, $ip, "Autojuging warning: problem package has no input files"); continue; } else { $errp=0; -- cgit v1.2.3