| Index: net/quic/quic_config_test.cc
|
| diff --git a/net/quic/quic_config_test.cc b/net/quic/quic_config_test.cc
|
| index 1529672448cf500ca3565b3be10e30a63e55ccc4..7d64f5ba3fe82b1acea3860569de2bb0a2b677ce 100644
|
| --- a/net/quic/quic_config_test.cc
|
| +++ b/net/quic/quic_config_test.cc
|
| @@ -190,7 +190,7 @@ TEST_F(QuicConfigTest, NoOverLapInCGST) {
|
| string error_details;
|
| server_config.ToHandshakeMessage(&msg);
|
| const QuicErrorCode error = config_.ProcessClientHello(msg, &error_details);
|
| - LOG(INFO) << QuicUtils::ErrorToString(error);
|
| + VLOG(0) << QuicUtils::ErrorToString(error);
|
| EXPECT_EQ(QUIC_CRYPTO_MESSAGE_PARAMETER_NO_OVERLAP, error);
|
| }
|
|
|
|
|