dnsexit2: Combine related log messages
This commit is contained in:
parent
24a22092ca
commit
f7f4856b93
1 changed files with 2 additions and 3 deletions
|
@ -4222,9 +4222,8 @@ sub nic_dnsexit2_update {
|
|||
next;
|
||||
}
|
||||
if (!defined($response->{'code'}) || !defined($response->{'message'})) {
|
||||
failed("Did not receive expected \"code\" and \"message\" keys in server response.");
|
||||
failed("Response:");
|
||||
failed("%s", $response);
|
||||
failed("Did not receive expected 'code' and 'message' keys in server response:\n%s",
|
||||
$response);
|
||||
next;
|
||||
}
|
||||
my %codemeaning = (
|
||||
|
|
Loading…
Reference in a new issue