Update docs for clarity on review items (#12441)

This commit is contained in:
Josh Hawkins
2024-07-14 12:12:26 -05:00
committed by GitHub
parent 6102e9e5ea
commit 093201a1cc
4 changed files with 16 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ class OnvifController:
try:
profiles = media.GetProfiles()
logger.debug(f"Onvif profiles for {camera_name}: {profiles}")
except (ONVIFError, Fault, TransportError) as e:
logger.error(
f"Unable to get Onvif media profiles for camera: {camera_name}: {e}"