aboutsummaryrefslogtreecommitdiff
path: root/src/private
diff options
context:
space:
mode:
authorcassio <cassiopc@gmail.com>2015-08-27 11:48:26 +0000
committercassio <cassiopc@gmail.com>2015-08-27 11:48:26 +0000
commit2a185532e3a0acf9e37e601fc71c148510dd36a7 (patch)
treea6125407b9e71a670254aff9c4a2741524147e63 /src/private
parent211ec56904b3ab2d5692c9b637b564a356ab23a8 (diff)
downloadboca-2a185532e3a0acf9e37e601fc71c148510dd36a7.tar.gz
boca-2a185532e3a0acf9e37e601fc71c148510dd36a7.zip
empty packages
Diffstat (limited to 'src/private')
-rwxr-xr-xsrc/private/autojudging.php4
1 files changed, 2 insertions, 2 deletions
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;