| Index: net/tools/quic/quic_client_bin.cc
|
| diff --git a/net/tools/quic/quic_client_bin.cc b/net/tools/quic/quic_client_bin.cc
|
| index 2f8cfac17364600941509ff45b4b11e5ce724ec6..aaacfbb817de5837c8741435bc66c3ef2c4b00f0 100644
|
| --- a/net/tools/quic/quic_client_bin.cc
|
| +++ b/net/tools/quic/quic_client_bin.cc
|
| @@ -50,9 +50,9 @@ int main(int argc, char *argv[]) {
|
| if (line->HasSwitch("hostname")) {
|
| FLAGS_hostname = line->GetSwitchValueASCII("hostname");
|
| }
|
| - LOG(INFO) << "server port: " << FLAGS_port
|
| - << " address: " << FLAGS_address
|
| - << " hostname: " << FLAGS_hostname;
|
| + VLOG(1) << "server port: " << FLAGS_port
|
| + << " address: " << FLAGS_address
|
| + << " hostname: " << FLAGS_hostname;
|
|
|
| base::AtExitManager exit_manager;
|
|
|
|
|