mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-02-16 10:30:59 +00:00
Add missing newline in debug print
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user