| Index: webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc b/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc
|
| index 845e7ac496ccb13e124c71eabba7a8844a2f3914..2b245edde9bb381c3f86bc1e22f23e04e2d7aa3c 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc
|
| @@ -71,7 +71,7 @@ int32_t RTPReceiverVideo::ParseRtpPacket(WebRtcRTPHeader* rtp_header,
|
| }
|
|
|
| if (first_packet_received_()) {
|
| - LOG(LS_INFO) << "Received first video RTP packet";
|
| + LOG(LS_ERROR) << "Received first video RTP packet";
|
| }
|
|
|
| // We are not allowed to hold a critical section when calling below functions.
|
|
|