dnsexit2: Fix logging of erroneous response body

This commit is contained in:
Richard Hansen 2024-05-30 18:18:55 -04:00
parent f7f4856b93
commit f976b771d4

View file

@ -4223,7 +4223,7 @@ sub nic_dnsexit2_update {
} }
if (!defined($response->{'code'}) || !defined($response->{'message'})) { if (!defined($response->{'code'}) || !defined($response->{'message'})) {
failed("Did not receive expected 'code' and 'message' keys in server response:\n%s", failed("Did not receive expected 'code' and 'message' keys in server response:\n%s",
$response); $body);
next; next;
} }
my %codemeaning = ( my %codemeaning = (