dnsexit2: Include the unexpected status in the error message
This commit is contained in:
parent
d8a1449a19
commit
2a47b17541
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue