| Index: net/test/test_server.cc
|
| diff --git a/net/test/test_server.cc b/net/test/test_server.cc
|
| index 8f4e8d64d7cb97c0c0b2854e0f7c9e8f28d1907b..fcc7d79a280f0cc9000f32858e4e1b81a4f04f1d 100644
|
| --- a/net/test/test_server.cc
|
| +++ b/net/test/test_server.cc
|
| @@ -348,6 +348,10 @@ bool TestServer::AddCommandLineArguments(CommandLine* command_line) const {
|
| certificates_dir_.AppendASCII("ok_cert.pem"));
|
| command_line->AppendSwitchPath("policy-cert-chain", GetRootCertificatePath());
|
|
|
| + if (logging::GetMinLogLevel() == logging::LOG_VERBOSE) {
|
| + command_line->AppendArg("--log-to-console");
|
| + }
|
| +
|
| if (type_ == TYPE_FTP) {
|
| command_line->AppendArg("-f");
|
| } else if (type_ == TYPE_SYNC) {
|
|
|