print index of game being killed so easier to find it in the list of

tiles-per-game
This commit is contained in:
Eric House 2015-05-03 14:02:30 -07:00
parent ef28886bc8
commit 49dc8e7d10

View file

@ -418,7 +418,7 @@ check_game() {
echo -n "Closing $CONNNAME [$(date)]: "
# kill_from_logs $OTHERS $KEY
for ID in $OTHERS $KEY; do
echo -n "${LOGS[$ID]}, "
echo -n "${ID}:${LOGS[$ID]}, "
kill_from_log ${LOGS[$ID]} || /bin/true
close_device $ID $DONEDIR "game over"
done