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
3c11ff63a7
commit
4ef1b8dc4c
@ -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