From 4530099abae54ac836810b15fd649de531952a5a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 5 May 2023 08:19:56 -0500 Subject: [PATCH] adjust message --- homeassistant/components/onvif/event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/onvif/event.py b/homeassistant/components/onvif/event.py index aa2461e4916..c7ee38b3603 100644 --- a/homeassistant/components/onvif/event.py +++ b/homeassistant/components/onvif/event.py @@ -520,7 +520,7 @@ class PullPointManager: return False except (XMLParseError, RequestError, TimeoutError, TransportError) as err: LOGGER.debug( - "%s: PullPoint subscription encountered an unexpected and will be retried " + "%s: PullPoint subscription encountered an unexpected error and will be retried " "(this is normal for some cameras): %s", self._name, stringify_onvif_error(err),