mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-24 02:06:07 +03:00
- Disabled libcurl verbosity
This commit is contained in:
parent
204d9ff496
commit
91328de30f
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ void subDownloadThread::run(){
|
||||||
curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, fwrite);
|
curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, fwrite);
|
||||||
curl_easy_setopt(curl, CURLOPT_WRITEDATA, f);
|
curl_easy_setopt(curl, CURLOPT_WRITEDATA, f);
|
||||||
// Verbose
|
// Verbose
|
||||||
curl_easy_setopt(curl, CURLOPT_VERBOSE, 1);
|
//curl_easy_setopt(curl, CURLOPT_VERBOSE, 1);
|
||||||
// No progress info (we don't use it)
|
// No progress info (we don't use it)
|
||||||
curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 1);
|
curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 1);
|
||||||
// Redirections
|
// Redirections
|
||||||
|
|
Loading…
Reference in a new issue