diff --git a/pc/webrtc_sdp.cc b/pc/webrtc_sdp.cc index 9643dcc162..7bd11aa930 100644 --- a/pc/webrtc_sdp.cc +++ b/pc/webrtc_sdp.cc @@ -3073,7 +3073,7 @@ bool ParseContent(const std::string& message, if (!IsLineType(line, kLineTypeAttributes)) { // TODO(deadbeef): Handle other lines if needed. - RTC_LOG(LS_INFO) << "Ignored line: " << line; + RTC_LOG(LS_VERBOSE) << "Ignored line: " << line; continue; }