dnsexit2: Include the unexpected status in the error message

This commit is contained in:
Richard Hansen 2024-05-30 16:26:44 -04:00
parent d8a1449a19
commit 2a47b17541

View file

@ -4258,7 +4258,7 @@ sub nic_dnsexit2_update {
failed("%s", $message); failed("%s", $message);
failed("Server response: %s", $response->{'message'}); failed("Server response: %s", $response->{'message'});
} else { } else {
failed("This should not be possible"); failed("Unexpected status: %s", $status);
} }
next; next;
} }