mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 19:13:03 +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_
|
||||
// the current packet is enqueued.
|
||||
if (!dequeuePacket && queue.size() == maxSize - 1) {
|
||||
LimeLog.info("Discarding RTP packet after queue overgrowth");
|
||||
LimeLog.info("Returning RTP packet after queue overgrowth");
|
||||
dequeuePacket = true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user