mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
print index of game being killed so easier to find it in the list of
tiles-per-game
This commit is contained in:
parent
ef28886bc8
commit
49dc8e7d10
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue