diff options
Diffstat (limited to 'chrome/test/unit/chrome_test_suite.cc')
-rw-r--r-- | chrome/test/unit/chrome_test_suite.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/unit/chrome_test_suite.cc b/chrome/test/unit/chrome_test_suite.cc index 7c52254..16d7239 100644 --- a/chrome/test/unit/chrome_test_suite.cc +++ b/chrome/test/unit/chrome_test_suite.cc @@ -67,8 +67,8 @@ int LocalHostResolverProc::Resolve(const std::string& host, // If you really need to make an external DNS query, use // net::RuleBasedHostResolverProc and its AllowDirectLookup method. if (!local) { - DLOG(INFO) << "To avoid external dependencies, simulating failure for " - << "external DNS lookup of " << host; + DVLOG(1) << "To avoid external dependencies, simulating failure for " + "external DNS lookup of " << host; return net::ERR_NOT_IMPLEMENTED; } |