Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(779)

Unified Diff: net/quic/quic_crypto_server_stream_test.cc

Issue 82913011: LOG(INFO) tidying in net/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert dns_fuzz_stub changes Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/quic_config_test.cc ('k') | net/quic/quic_framer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_crypto_server_stream_test.cc
diff --git a/net/quic/quic_crypto_server_stream_test.cc b/net/quic/quic_crypto_server_stream_test.cc
index d2b6e9953e8571d97eed2da850ee6967b8acd867..8ad55b8abaaf53cf9449af42ca4df734fb040393 100644
--- a/net/quic/quic_crypto_server_stream_test.cc
+++ b/net/quic/quic_crypto_server_stream_test.cc
@@ -174,7 +174,7 @@ TEST_P(QuicCryptoServerStreamTest, ZeroRTT) {
EXPECT_EQ(2, client->num_sent_client_hellos());
// Now do another handshake, hopefully in 0-RTT.
- LOG(INFO) << "Resetting for 0-RTT handshake attempt";
+ VLOG(0) << "Resetting for 0-RTT handshake attempt";
client_conn = new PacketSavingConnection(guid, addr, false);
server_conn = new PacketSavingConnection(guid, addr, false);
« no previous file with comments | « net/quic/quic_config_test.cc ('k') | net/quic/quic_framer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698