| Index: net/quic/core/quic_crypto_server_stream_test.cc
 | 
| diff --git a/net/quic/core/quic_crypto_server_stream_test.cc b/net/quic/core/quic_crypto_server_stream_test.cc
 | 
| index f83dc81ca255e7bf20eef5ade0bc5012902441f5..1060da908164b987c54edebd9798a7e78e397612 100644
 | 
| --- a/net/quic/core/quic_crypto_server_stream_test.cc
 | 
| +++ b/net/quic/core/quic_crypto_server_stream_test.cc
 | 
| @@ -22,7 +22,6 @@
 | 
|  #include "net/quic/core/quic_flags.h"
 | 
|  #include "net/quic/core/quic_packets.h"
 | 
|  #include "net/quic/core/quic_session.h"
 | 
| -#include "net/quic/platform/api/quic_logging.h"
 | 
|  #include "net/quic/platform/api/quic_socket_address.h"
 | 
|  #include "net/quic/test_tools/crypto_test_utils.h"
 | 
|  #include "net/quic/test_tools/failing_proof_source.h"
 | 
| @@ -336,7 +335,7 @@
 | 
|    AdvanceHandshakeWithFakeClient();
 | 
|  
 | 
|    // Now do another handshake, hopefully in 0-RTT.
 | 
| -  QUIC_LOG(INFO) << "Resetting for 0-RTT handshake attempt";
 | 
| +  DVLOG(1) << "Resetting for 0-RTT handshake attempt";
 | 
|    InitializeFakeClient(/* supports_stateless_rejects= */ false);
 | 
|    InitializeServer();
 | 
|  
 | 
| 
 |