| 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..44c313b1653949d6fd3f7a981dee88122fc52579 100644
|
| --- a/net/tools/quic/quic_client_bin.cc
|
| +++ b/net/tools/quic/quic_client_bin.cc
|
| @@ -50,7 +50,7 @@ int main(int argc, char *argv[]) {
|
| if (line->HasSwitch("hostname")) {
|
| FLAGS_hostname = line->GetSwitchValueASCII("hostname");
|
| }
|
| - LOG(INFO) << "server port: " << FLAGS_port
|
| + VLOG(0) << "server port: " << FLAGS_port
|
| << " address: " << FLAGS_address
|
| << " hostname: " << FLAGS_hostname;
|
|
|
|
|