| Index: media/cast/net/rtp/framer.cc
|
| diff --git a/media/cast/net/rtp/framer.cc b/media/cast/net/rtp/framer.cc
|
| index 1eb424fb0d0629d1dbdd1d02cb5e87210a86510f..e807e94978a8bcfd8bbad16eb38cf31ab83b645b 100644
|
| --- a/media/cast/net/rtp/framer.cc
|
| +++ b/media/cast/net/rtp/framer.cc
|
| @@ -44,7 +44,7 @@ bool Framer::InsertPacket(const uint8* payload_data,
|
| waiting_for_key_ = false;
|
| }
|
|
|
| - VLOG(0) << "InsertPacket frame:" << frame_id
|
| + VLOG(1) << "InsertPacket frame:" << frame_id
|
| << " packet:" << static_cast<int>(rtp_header.packet_id)
|
| << " max packet:" << static_cast<int>(rtp_header.max_packet_id);
|
|
|
|
|