mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-17 17:05:50 +00:00
Add missing newline in debug print
This commit is contained in:
parent
41d823923b
commit
7883ce67cd
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user