add profile logger debug

This commit is contained in:
Josh Hawkins 2024-02-06 09:29:01 -06:00
parent 99a2dde364
commit 22bbb9c58f

View File

@ -94,6 +94,7 @@ class OnvifController:
and onvif_profile.VideoEncoderConfiguration.Encoding == "H264"
):
profile = onvif_profile
logger.debug(f"Selected Onvif profile for {camera_name}: {profile}")
break
if profile is None: