Downgrade SSDP failed to setup listener warning to debug (#68129)

This commit is contained in:
Shay Levy 2022-03-14 20:14:45 +02:00 committed by GitHub
parent ed6466f706
commit 2a538f6ae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -449,7 +449,7 @@ class Scanner:
failed_listeners = []
for idx, result in enumerate(results):
if isinstance(result, Exception):
_LOGGER.warning(
_LOGGER.debug(
"Failed to setup listener for %s: %s",
self._ssdp_listeners[idx].source,
result,