From 7bee2d7c82aff35b93a9b4c24f15b87779e65485 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Thu, 1 Aug 2024 02:11:13 -0400 Subject: [PATCH] dyndns2: Log message improvements --- ddclient.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient.in b/ddclient.in index b4f02aa..07b8ad6 100755 --- a/ddclient.in +++ b/ddclient.in @@ -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 :