mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-01-09 14:27:10 +00:00
Log a warning instead of debug message for unknown errors
This commit is contained in:
parent
6346980daa
commit
779f02e74d
@ -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,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user