adjust message

This commit is contained in:
J. Nick Koston
2023-05-05 08:19:56 -05:00
parent b11da697aa
commit 4530099aba

View File

@@ -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),