mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-26 07:58:52 +01:00
include timestamp in "game finished ok" output
This commit is contained in:
parent
e746e2bc5b
commit
522bd8636d
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ check_logs() {
|
|||
fi
|
||||
done
|
||||
|
||||
[ 1 = $OK ] && echo "game $COOKIE ended successfully"
|
||||
[ 1 = $OK ] && echo "$(date +%T) game $COOKIE ended successfully"
|
||||
else
|
||||
echo "log directory gone..."
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue