Fix debug message

This commit is contained in:
Cameron Gutman 2016-05-07 20:55:41 -04:00
parent 3c11ff63a7
commit 4ef1b8dc4c

View File

@ -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;
}