mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-23 01:44:42 +03:00
Add additional debug to fetch errors from cURL
svn path=/trunk/netsurf/; revision=5174
This commit is contained in:
parent
5131783921
commit
ac427e05e5
@ -798,8 +798,10 @@ void fetch_curl_done(CURL *curl_handle, CURLcode result)
|
||||
cert = true;
|
||||
}
|
||||
#endif
|
||||
else
|
||||
error = true;
|
||||
else {
|
||||
LOG(("Unknown cURL response code %d", result));
|
||||
error = true;
|
||||
}
|
||||
|
||||
fetch_curl_stop(f);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user