diff --git a/pc/webrtc_sdp.cc b/pc/webrtc_sdp.cc index 6f91d633fd..b500eb27f4 100644 --- a/pc/webrtc_sdp.cc +++ b/pc/webrtc_sdp.cc @@ -3280,12 +3280,12 @@ bool ParseContent(const std::string& message, continue; } else { // Unrecognized attribute in RTP protocol. - RTC_LOG(LS_INFO) << "Ignored line: " << line; + RTC_LOG(LS_VERBOSE) << "Ignored line: " << line; continue; } } else { // Only parse lines that we are interested of. - RTC_LOG(LS_INFO) << "Ignored line: " << line; + RTC_LOG(LS_VERBOSE) << "Ignored line: " << line; continue; } }