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

Unified Diff: net/quic/core/congestion_control/bbr_sender_test.cc

Issue 2566703002: Various formatting cleanups to net/quic/core/frames (Closed)
Patch Set: Fix Created 4 years 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/core/congestion_control/bbr_sender.cc ('k') | net/quic/core/congestion_control/cubic.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/congestion_control/bbr_sender_test.cc
diff --git a/net/quic/core/congestion_control/bbr_sender_test.cc b/net/quic/core/congestion_control/bbr_sender_test.cc
index b4ffa584116dc8c6269d2ad391cde7201ed33517..c02fb7160c3c5653aed503ad2f7430d9e142eead 100644
--- a/net/quic/core/congestion_control/bbr_sender_test.cc
+++ b/net/quic/core/congestion_control/bbr_sender_test.cc
@@ -95,7 +95,7 @@ class BbrSenderTest : public ::testing::Test {
uint64_t seed = QuicRandom::GetInstance()->RandUint64();
random_.set_seed(seed);
- LOG(INFO) << "BbrSenderTest simulator set up. Seed: " << seed;
+ VLOG(1) << "BbrSenderTest simulator set up. Seed: " << seed;
}
simulator::Simulator simulator_;
@@ -146,7 +146,7 @@ class BbrSenderTest : public ::testing::Test {
EXPECT_TRUE(simulator_result)
<< "Simple transfer failed. Bytes remaining: "
<< bbr_sender_.bytes_to_transfer();
- LOG(INFO) << "Simple transfer state: " << sender_->ExportDebugState();
+ VLOG(1) << "Simple transfer state: " << sender_->ExportDebugState();
}
// Drive the simulator by sending enough data to enter PROBE_BW.
« no previous file with comments | « net/quic/core/congestion_control/bbr_sender.cc ('k') | net/quic/core/congestion_control/cubic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698