From 541e7f350cd1f525aefc2cb0206b25022e541de6 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Mon, 10 Jul 2023 22:05:03 +0300 Subject: [PATCH] Update error message to reflect that curl is always used --- ddclient.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient.in b/ddclient.in index d6a1a7d..9221a1c 100755 --- a/ddclient.in +++ b/ddclient.in @@ -2502,7 +2502,7 @@ sub curl_cmd { 67 => "The user name, password, or similar was not accepted and curl failed to log in.", 77 => "Problem with reading the SSL CA cert (path? access rights?).", 78 => "The resource referenced in the URL does not exist.", - 127 => "You requested network access with curl but $system_curl was not found", + 127 => "$system_curl was not found", ); debug("CURL: %s", $system_curl);