Skip to content

Commit

Permalink
chore: change warning log level to debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
wuwentao committed Sep 21, 2024
1 parent d7ff752 commit 0be91c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion midealocal/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ def _check_heartbeat(self, now: float) -> None:

def _recovery_timeout(self) -> None:
if not self._socket:
_LOGGER.warning("[%s] _recovery_timeout socket error", self._device_id)
_LOGGER.debug("[%s] _recovery_timeout socket error", self._device_id)
raise SocketException
try:
self._socket.settimeout(SOCKET_TIMEOUT)
Expand Down

0 comments on commit 0be91c0

Please sign in to comment.