dnsexit2: Fix error message format string

This fixes a bug introduced in commit
2bf6d348b0.
This commit is contained in:
Richard Hansen 2024-05-30 16:23:42 -04:00
parent 6e5e2ab63f
commit d8a1449a19

View file

@ -4203,7 +4203,7 @@ sub nic_dnsexit2_update {
}),
);
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;
};
debug("%s", $reply);