Unverified Commit 5414d655 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Error messages

parent 7b377d1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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