mirror of
https://github.com/curl/curl.git
synced 2026-06-05 08:14:15 +03:00
socks: fix generic output string to say SOCKS instead of SOCKS4
... since it was also logged for SOCKS5. Closes #12797
This commit is contained in:
parent
cc42b008d5
commit
bc604619de
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ static CURLproxycode socks_state_recv(struct Curl_cfilter *cf,
|
|||
failf(data, "connection to proxy closed");
|
||||
return CURLPX_CLOSED;
|
||||
}
|
||||
failf(data, "SOCKS4: Failed receiving %s: %s", description,
|
||||
failf(data, "SOCKS: Failed receiving %s: %s", description,
|
||||
curl_easy_strerror(result));
|
||||
return failcode;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue