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

Unified Diff: net/quic/congestion_control/inter_arrival_overuse_detector_test.cc

Issue 82913011: LOG(INFO) tidying in net/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: net/quic/congestion_control/inter_arrival_overuse_detector_test.cc
diff --git a/net/quic/congestion_control/inter_arrival_overuse_detector_test.cc b/net/quic/congestion_control/inter_arrival_overuse_detector_test.cc
index 8d37749a5775e365cf47d51c929ecbbc0267a02e..472e673a31918b5818947b061826ec85999270e8 100644
--- a/net/quic/congestion_control/inter_arrival_overuse_detector_test.cc
+++ b/net/quic/congestion_control/inter_arrival_overuse_detector_test.cc
@@ -269,7 +269,7 @@ TEST_F(InterArrivalOveruseDetectorTest, DISABLED_TestNoise) {
count[GaussianRandom(mean, standard_deviation).ToMilliseconds()]++;
}
for (int j = 0; j < 100; ++j) {
- DLOG(INFO) << j << ":" << count[j];
+ DVLOG(0) << j << ":" << count[j];
}
}

Powered by Google App Engine
This is Rietveld 408576698