dyndns2: Log message improvements

This commit is contained in:
Richard Hansen 2024-08-01 02:11:13 -04:00
parent 143630c7fd
commit 7bee2d7c82

View file

@ -3877,7 +3877,7 @@ sub nic_dyndns2_update {
(my $body = $reply) =~ s/^.*?\n\n//s;
my @reply = split(qr/\n/, $body);
if (!@reply) {
failed("Could not connect to $groupcfg{'server'}");
failed("empty response from $groupcfg{'server'}");
next;
}
# From <https://help.dyn.com/remote-access-api/return-codes/>: