Skip to content

Commit 0c5bf7a

Browse files
committed
[core] Decreased SND drop request log level to Debug
1 parent c885ed1 commit 0c5bf7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

srtcore/buffer_rcv.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ void CRcvBufferNew::dropMessage(int32_t seqnolo, int32_t seqnohi, int32_t msgno)
244244
const int offset_b = CSeqNo::seqoff(m_iStartSeqNo, seqnohi);
245245
if (offset_b < 0)
246246
{
247-
LOGC(rbuflog.Warn, log << "CRcvBufferNew.dropMessage(): nothing to drop. Requested [" << seqnolo << "; "
248-
<< seqnohi << "]. Buffer start " << m_iStartSeqNo << ".");
247+
LOGC(rbuflog.Debug, log << "CRcvBufferNew.dropMessage(): nothing to drop. Requested [" << seqnolo << "; "
248+
<< seqnohi << "]. Buffer start " << m_iStartSeqNo << ".");
249249
return;
250250
}
251251

0 commit comments

Comments
 (0)