diff --git a/flux_led/aioscanner.py b/flux_led/aioscanner.py index e40fc692..20fb7d45 100644 --- a/flux_led/aioscanner.py +++ b/flux_led/aioscanner.py @@ -26,7 +26,7 @@ def datagram_received(self, data: bytes, addr: Tuple[str, int]) -> None: def error_received(self, ex: Optional[Exception]) -> None: """Handle error.""" - _LOGGER.error("LEDENETDiscovery error: %s", ex) + _LOGGER.debug("LEDENETDiscovery error: %s", ex) def connection_lost(self, ex: Optional[Exception]) -> None: """The connection is lost."""