mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Downgrade SSDP failed to setup listener warning to debug (#68129)
This commit is contained in:
parent
ed6466f706
commit
2a538f6ae1
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user