Fix trace log line for resume_processing_frames

This commit is contained in:
Mark Backman
2025-01-21 18:15:03 -05:00
parent 4f758c5a3b
commit b96a922aa8

View File

@@ -186,7 +186,7 @@ class FrameProcessor:
self.__should_block_frames = True
async def resume_processing_frames(self):
logger.trace("f{self}: resuming frame processing")
logger.trace(f"{self}: resuming frame processing")
self.__input_event.set()
self.__should_block_frames = False