diff --git a/limelight-common/VideoDepacketizer.c b/limelight-common/VideoDepacketizer.c index c4b6ea6..3a8604b 100644 --- a/limelight-common/VideoDepacketizer.c +++ b/limelight-common/VideoDepacketizer.c @@ -64,7 +64,7 @@ static void dropAvcFrameState(void) { // If we reach our limit, immediately request an IDR frame and reset if (consecutiveFrameDrops == CONSECUTIVE_DROP_LIMIT) { - Limelog("Reached consecutive drop limit"); + Limelog("Reached consecutive drop limit\n"); // Restart the count consecutiveFrameDrops = 0;