diff options
Diffstat (limited to 'media/cast/framer/framer.cc')
-rw-r--r-- | media/cast/framer/framer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/cast/framer/framer.cc b/media/cast/framer/framer.cc index b06e60f..e8464c1 100644 --- a/media/cast/framer/framer.cc +++ b/media/cast/framer/framer.cc @@ -45,7 +45,7 @@ bool Framer::InsertPacket(const uint8* payload_data, if (complete) { // ACK as soon as possible. - VLOG(1) << "Complete frame " << static_cast<int>(rtp_header.frame_id); + VLOG(2) << "Complete frame " << static_cast<int>(rtp_header.frame_id); cast_msg_builder_->CompleteFrameReceived(rtp_header.frame_id, rtp_header.is_key_frame); } |