add date on one echo

This commit is contained in:
Jochen Welzel 2021-01-08 07:59:46 +01:00
parent ac4c2eeed9
commit 3cf3666428
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ then
echo "VM snapshot creation failed" >&2
abortFunction
else
echo "Snapshot created without --quiesce"
echo "$(date +%Y-%m-%d_%H:%M:%S): Snapshot created without --quiesce"
fi
fi