Lines Matching refs:INFO

89   LOG(INFO) << "Unknown proxy type: " << proxy;  in GetProxyType()
94 LOG(INFO) << "Starting/Resuming transfer"; in ResumeTransfer()
106 LOG(INFO) << "Using proxy: " << (is_direct ? "no" : "yes"); in ResumeTransfer()
227 LOG(INFO) << "Not setting http(s) curl options because we are " in ResumeTransfer()
237 LOG(INFO) << "Setting up curl options for HTTP"; in SetCurlOptionsForHttp()
249 LOG(INFO) << "Setting up curl options for HTTPS"; in SetCurlOptionsForHttps()
274 LOG(INFO) << "Setting up curl options for FILE"; in SetCurlOptionsForFile()
358 LOG(INFO) << "Connection closed while paused, ignoring failure."; in CurlPerformOnce()
375 LOG(INFO) << "HTTP response code: " << http_response_code_; in CurlPerformOnce()
397 LOG(INFO) << "No HTTP response, retry " << no_network_retry_count_; in CurlPerformOnce()
410 LOG(INFO) << "Transfer resulted in an error (" << http_response_code_ in CurlPerformOnce()
417 LOG(INFO) << "Retrying with next proxy setting"; in CurlPerformOnce()
424 LOG(INFO) << "No further proxies, indicating transfer complete"; in CurlPerformOnce()
431 LOG(INFO) << "Transfer interrupted after downloading " in CurlPerformOnce()
437 LOG(INFO) << "Reached max attempts (" << retry_count_ << ")"; in CurlPerformOnce()
442 LOG(INFO) << "Restarting transfer to download the remaining bytes"; in CurlPerformOnce()
450 LOG(INFO) << "Transfer completed (" << http_response_code_ in CurlPerformOnce()
467 LOG(INFO) << "HTTP response unsuccessful (" << http_response_code_ in LibcurlWrite()
601 LOG(INFO) << "io_counter = " << io_counter; in SetupMessageLoopSources()