From aac2a86a26d1705722bb95145c0f6a6d86d02a2b Mon Sep 17 00:00:00 2001 From: gertfriend Date: Mon, 31 Oct 2022 11:21:38 +0100 Subject: [PATCH] Update ddclient.in --- ddclient.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient.in b/ddclient.in index 9678e62..2077ba4 100755 --- a/ddclient.in +++ b/ddclient.in @@ -7215,7 +7215,7 @@ sub nic_regfishdev4_update { # No response, declare as failed if (!defined($reply) || !$reply) { - failed("regfish.de updating %s: Could not connect to %s.", $h, $config{$h}{'server'}); + failed("regfish.de updating %s: failed: %s.", $h, $config{$h}{'server'}); last; } last if !header_ok($h, $reply);