| Index: net/quic/congestion_control/rtt_stats.cc
|
| diff --git a/net/quic/congestion_control/rtt_stats.cc b/net/quic/congestion_control/rtt_stats.cc
|
| index d5f48697ef45f40b9fe0f183ad5b12a8374567d3..2eb0b8d5510cd71f26745429fe02ff832c0595a1 100644
|
| --- a/net/quic/congestion_control/rtt_stats.cc
|
| +++ b/net/quic/congestion_control/rtt_stats.cc
|
| @@ -64,8 +64,8 @@ void RttStats::UpdateRtt(QuicTime::Delta send_delta,
|
| }
|
|
|
| if (rtt_sample.IsInfinite() || rtt_sample.IsZero()) {
|
| - LOG(WARNING) << "Ignoring rtt, because it's "
|
| - << (rtt_sample.IsZero() ? "Zero" : "Infinite");
|
| + DVLOG(1) << "Ignoring rtt, because it's "
|
| + << (rtt_sample.IsZero() ? "Zero" : "Infinite");
|
| return;
|
| }
|
| // RTT can't be non-positive.
|
|
|