Error messages

This commit is contained in:
Kroese 2023-04-27 23:02:52 +02:00 committed by GitHub
parent ab2209ffb0
commit e73cf06be1

View File

@ -39,7 +39,7 @@ _graceful_shutdown() {
if [[ ! "${RESPONSE}" =~ "\"success\"" ]] ; then
echo
echo "Could not send shutdown command to guest, error: $RESPONSE"
echo "ERROR: Could not send shutdown command to the guest ($RESPONSE)"
# If we cannot shutdown the usual way, fallback to the NMI method