Improve debug output during frame loss

This commit is contained in:
Cameron Gutman
2017-06-07 22:49:54 -07:00
parent 6b2de18481
commit 965657523d
2 changed files with 9 additions and 1 deletions

View File

@@ -528,7 +528,7 @@ static void requestInvalidateReferenceFrames(void) {
return;
}
Limelog("Invalidate reference frame request sent\n");
Limelog("Invalidate reference frame request sent (%d to %d)\n", (int)payload[0], (int)payload[1]);
}
static void invalidateRefFramesFunc(void* context) {