add camera name to debug log

This commit is contained in:
Josh Hawkins 2025-04-21 07:15:42 -05:00
parent d2a0d54550
commit af5d80a617

View File

@ -165,7 +165,7 @@ class TrackedObject:
thumb_update = True thumb_update = True
else: else:
logger.debug( logger.debug(
f"Object frame time {obj_data['frame_time']} is not equal to the current frame time {current_frame_time}, not updating thumbnail" f"{self.camera_config.name}: Object frame time {obj_data['frame_time']} is not equal to the current frame time {current_frame_time}, not updating thumbnail"
) )
# check zones # check zones