mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-06-02 06:23:37 +02:00
fix(vp8channel): demote noisy 'ignoring frame' log to trace
This commit is contained in:
@@ -684,7 +684,6 @@ func (p *streamTransport) handleIncomingFrame(frame []byte) {
|
|||||||
// tracks. Their epochs differ from our latched peer (the server).
|
// tracks. Their epochs differ from our latched peer (the server).
|
||||||
// Simply ignore frames that don't match our peer — they belong to
|
// Simply ignore frames that don't match our peer — they belong to
|
||||||
// other participants we don't communicate with.
|
// other participants we don't communicate with.
|
||||||
logger.Debugf("vp8channel: ignoring frame from unknown epoch=0x%08x (latched=0x%08x)", peerEpoch, prev)
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user