From e73cf06be1412a2402b1040e21366974232e40a0 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 27 Apr 2023 23:02:52 +0200 Subject: [PATCH] Error messages --- run/power.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/power.sh b/run/power.sh index 5c6eadf..97f95ec 100644 --- a/run/power.sh +++ b/run/power.sh @@ -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