dnsexit2: Delete redundant debug message
`geturl` already debug logs the response.
This commit is contained in:
parent
2ac61250e5
commit
3d894364bf
1 changed files with 0 additions and 1 deletions
|
@ -4026,7 +4026,6 @@ sub dnsexit2_update_host {
|
||||||
failed("updating %s: Could not connect to %s", $h, $url);
|
failed("updating %s: Could not connect to %s", $h, $url);
|
||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
debug("%s", $reply);
|
|
||||||
(my $http_status) = ($reply =~ m%^s*HTTP/.*\s+(\d+)%i);
|
(my $http_status) = ($reply =~ m%^s*HTTP/.*\s+(\d+)%i);
|
||||||
debug("HTTP response code: %s", $http_status);
|
debug("HTTP response code: %s", $http_status);
|
||||||
if ($http_status ne '200') {
|
if ($http_status ne '200') {
|
||||||
|
|
Loading…
Reference in a new issue