Update error message to reflect that curl is always used
This commit is contained in:
parent
5af1550e62
commit
541e7f350c
1 changed files with 1 additions and 1 deletions
|
@ -2502,7 +2502,7 @@ sub curl_cmd {
|
||||||
67 => "The user name, password, or similar was not accepted and curl failed to log in.",
|
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?).",
|
77 => "Problem with reading the SSL CA cert (path? access rights?).",
|
||||||
78 => "The resource referenced in the URL does not exist.",
|
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);
|
debug("CURL: %s", $system_curl);
|
||||||
|
|
Loading…
Reference in a new issue