mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 04:57:42 +03:00
add camera name to debug log
This commit is contained in:
parent
d2a0d54550
commit
af5d80a617
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user