diff options
-rw-r--r-- | main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -273,6 +273,7 @@ static void playMatch(Player &p1, Player &p2, int index, const Params ¶ms) { if (!oline) { cout << "ERROR reading move from player " << i+1 << " (game " << gameCodeName(p1, p2, index) << ")" << endl; + cout << "(process exit code: " << procs[i].waitPoll() << ")" << endl; throw StopCompetitionError(); } |