summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/proxy/proxy_service.cc')
-rw-r--r--net/proxy/proxy_service.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/proxy/proxy_service.cc b/net/proxy/proxy_service.cc
index 8584a25..4c27170 100644
--- a/net/proxy/proxy_service.cc
+++ b/net/proxy/proxy_service.cc
@@ -635,8 +635,8 @@ void ProxyService::OnInitProxyResolverComplete(int result) {
init_proxy_resolver_.reset();
if (result != OK) {
- LOG(INFO) << "Failed configuring with PAC script, falling-back to manual "
- "proxy servers.";
+ VLOG(1) << "Failed configuring with PAC script, falling-back to manual "
+ "proxy servers.";
config_ = fetched_config_;
config_.ClearAutomaticSettings();
}