From 20f74c3279619ce46106a51c8eed28c7c148e794 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Mon, 31 Oct 2022 10:26:33 +0000 Subject: [PATCH] mythicdyn: improve error message Co-authored-by: Sandro --- ddclient.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient.in b/ddclient.in index aaad5ba..e12ec5f 100755 --- a/ddclient.in +++ b/ddclient.in @@ -5924,7 +5924,7 @@ sub nic_mythicdyn_update { ipversion => $ipversion, ); unless ($reply) { - failed("%s -- Could not connect to %s.", $h, $config{$h}{'server'}); + failed("Updating service %s failed: %s", $h, $config{$h}{'server'}); next; }