No more verbose curl output

This commit is contained in:
def 2015-02-05 19:41:48 +01:00
parent 3b085d0cf9
commit 8da8abdeaa

View file

@ -109,7 +109,7 @@ bool CFetcher::FetchFile(CFetchTask *pTask)
char aErr[CURL_ERROR_SIZE];
curl_easy_setopt(m_pHandle, CURLOPT_ERRORBUFFER, aErr);
curl_easy_setopt(m_pHandle, CURLOPT_VERBOSE, 1L);
//curl_easy_setopt(m_pHandle, CURLOPT_VERBOSE, 1L);
curl_easy_setopt(m_pHandle, CURLOPT_FOLLOWLOCATION, 1L);
curl_easy_setopt(m_pHandle, CURLOPT_MAXREDIRS, 4L);
curl_easy_setopt(m_pHandle, CURLOPT_FAILONERROR, 1L);