Skip to content

Commit

Permalink
Update worker/src/RTC/TransportCongestionControlServer.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Iñaki Baz Castillo <[email protected]>
  • Loading branch information
penguinol and ibc authored Jan 30, 2024
1 parent 381b889 commit 882e6d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions worker/src/RTC/TransportCongestionControlServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,9 @@ namespace RTC

case RTC::RTCP::FeedbackRtpTransportPacket::AddPacketResult::MAX_SIZE_EXCEEDED:
{
// This should not happen
MS_DEBUG_DEV("transport-cc feedback packet is exceeded!");
// This should not happen.
MS_WARN_DEV("transport-cc feedback packet is exceeded");

// Create a new feedback packet.
this->transportCcFeedbackPacket.reset(new RTC::RTCP::FeedbackRtpTransportPacket(
this->transportCcFeedbackSenderSsrc, this->transportCcFeedbackMediaSsrc));
Expand Down

0 comments on commit 882e6d9

Please sign in to comment.