dnsexit2: Fix error message format string
This fixes a bug introduced in commit
2bf6d348b0
.
This commit is contained in:
parent
6e5e2ab63f
commit
d8a1449a19
1 changed files with 1 additions and 1 deletions
|
@ -4203,7 +4203,7 @@ sub nic_dnsexit2_update {
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
unless ($reply && header_ok($h, $reply)) {
|
unless ($reply && header_ok($h, $reply)) {
|
||||||
failed("updating %s: Could not connect to %s%s.", $h, $url);
|
failed("updating %s: Could not connect to %s", $h, $url);
|
||||||
last;
|
last;
|
||||||
};
|
};
|
||||||
debug("%s", $reply);
|
debug("%s", $reply);
|
||||||
|
|
Loading…
Reference in a new issue