From d62c19e53fe03748b401c02c54f651258a762966 Mon Sep 17 00:00:00 2001 From: henrika Date: Mon, 7 Dec 2020 17:52:34 +0100 Subject: [PATCH] Removes spammy SDP log MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Example of current output in appr.tc: https://paste.googleplex.com/4582802164023296 No-Try: True Bug: None Change-Id: I9b717b9c13e771e84682d9e3d3ee6b0920a85a44 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/196526 Commit-Queue: Henrik Andreassson Reviewed-by: Henrik Boström Reviewed-by: Harald Alvestrand Cr-Commit-Position: refs/heads/master@{#32796} --- pc/webrtc_sdp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }