diff --git a/modules/congestion_controller/delay_based_bwe.cc b/modules/congestion_controller/delay_based_bwe.cc index 9f0e01dc2d..b0024e769e 100644 --- a/modules/congestion_controller/delay_based_bwe.cc +++ b/modules/congestion_controller/delay_based_bwe.cc @@ -310,7 +310,7 @@ bool DelayBasedBwe::LatestEstimate(std::vector* ssrcs, } void DelayBasedBwe::SetStartBitrate(int start_bitrate_bps) { - RTC_LOG(LS_WARNING) << "BWE Setting start bitrate to: " << start_bitrate_bps; + RTC_LOG(LS_INFO) << "BWE Setting start bitrate to: " << start_bitrate_bps; rate_control_.SetStartBitrate(start_bitrate_bps); }