Index: net/test/test_server.cc |
diff --git a/net/test/test_server.cc b/net/test/test_server.cc |
index aa704a8b7aa690261febcb36438b5bbe96581555..b6d3286dfc24d5285ba8092a4dc78dd704a4cef0 100644 |
--- a/net/test/test_server.cc |
+++ b/net/test/test_server.cc |
@@ -349,7 +349,7 @@ bool TestServer::AddCommandLineArguments(CommandLine* command_line) const { |
command_line->AppendArgNative(FILE_PATH_LITERAL("--data-dir=") + |
document_root_.value()); |
- if (logging::GetMinLogLevel() == logging::LOG_VERBOSE) { |
+ if (VLOG_IS_ON(1)) { |
Nicolas Zea
2011/06/07 19:55:24
Do we want this to also happen for higher verbosit
akalin
2011/06/07 20:17:38
I think so. VLOG_IS_ON(n) for n > 1 also implies
|
command_line->AppendArg("--log-to-console"); |
} |