mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 03:52:48 +00:00
Fix debug message
This commit is contained in:
parent
c0d64058fd
commit
7d15c34ed2
@ -127,7 +127,7 @@ public class RtpReorderQueue {
|
|||||||
// because this is validating that the queue will meet constraints _after_
|
// because this is validating that the queue will meet constraints _after_
|
||||||
// the current packet is enqueued.
|
// the current packet is enqueued.
|
||||||
if (!dequeuePacket && queue.size() == maxSize - 1) {
|
if (!dequeuePacket && queue.size() == maxSize - 1) {
|
||||||
LimeLog.info("Discarding RTP packet after queue overgrowth");
|
LimeLog.info("Returning RTP packet after queue overgrowth");
|
||||||
dequeuePacket = true;
|
dequeuePacket = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user