- minimize logging

This commit is contained in:
2026-02-12 17:53:05 +03:00
parent 917156c1cd
commit bb1f92fa31
5 changed files with 161 additions and 6 deletions

View File

@@ -423,7 +423,7 @@ bool AudioReceiver::add(const std::shared_ptr<jrtplib::RTPPacket>& p, Codec** de
payloadLength = p->GetPayloadLength(),
ptype = p->GetPayloadType();
ICELogInfo(<< "Adding packet No " << p->GetSequenceNumber());
ICELogMedia(<< "Adding packet No " << p->GetSequenceNumber());
// Increase codec counter
mStat.mCodecCount[ptype]++;