Add missing newline in debug print

This commit is contained in:
Cameron Gutman 2015-01-22 16:55:27 -05:00
commit 7883ce67cd

View file

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