mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-21 23:08:01 +00:00
Log a warning instead of debug message for unknown errors
This commit is contained in:
@@ -160,7 +160,7 @@ class Vacuum(SmartModule):
|
||||
try:
|
||||
self._error_code = ErrorCode(error)
|
||||
except ValueError:
|
||||
_LOGGER.debug(
|
||||
_LOGGER.warning(
|
||||
"Unknown error code, please create an issue describing the error: %s",
|
||||
error,
|
||||
)
|
||||
|
Reference in New Issue
Block a user