diff options
Diffstat (limited to 'net/proxy/proxy_service.cc')
-rw-r--r-- | net/proxy/proxy_service.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/proxy/proxy_service.cc b/net/proxy/proxy_service.cc index bd7d825..fbacbda 100644 --- a/net/proxy/proxy_service.cc +++ b/net/proxy/proxy_service.cc @@ -896,8 +896,7 @@ ProxyService* ProxyService::CreateUsingSystemProxyResolver( DCHECK(proxy_config_service); if (!ProxyResolverFactoryForSystem::IsSupported()) { - LOG(WARNING) << "PAC support disabled because there is no " - "system implementation"; + VLOG(1) << "PAC support disabled because there is no system implementation"; return CreateWithoutProxyResolver(proxy_config_service, net_log); } |