mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 03:35:26 +03:00
error message consistency
This commit is contained in:
parent
dfe1dd7e9a
commit
236f1c2def
@ -241,7 +241,7 @@ class PtzAutoTracker:
|
||||
# handle onvif constructor failing due to no connection
|
||||
if camera not in self.onvif.cams:
|
||||
logger.warning(
|
||||
f"onvif connection to {camera} failed. Disabling autotracking."
|
||||
f" Disabling autotracking for {camera}: onvif connection failed"
|
||||
)
|
||||
camera_config.onvif.autotracking.enabled = False
|
||||
self.ptz_metrics[camera]["ptz_autotracker_enabled"].value = False
|
||||
|
||||
Loading…
Reference in New Issue
Block a user