dnsexit2: Fix logging of erroneous response body
This commit is contained in:
parent
f7f4856b93
commit
f976b771d4
1 changed files with 1 additions and 1 deletions
|
@ -4223,7 +4223,7 @@ sub nic_dnsexit2_update {
|
|||
}
|
||||
if (!defined($response->{'code'}) || !defined($response->{'message'})) {
|
||||
failed("Did not receive expected 'code' and 'message' keys in server response:\n%s",
|
||||
$response);
|
||||
$body);
|
||||
next;
|
||||
}
|
||||
my %codemeaning = (
|
||||
|
|
Loading…
Reference in a new issue