Skip to content

Commit 9645fc4

Browse files
committed
Update logging
1 parent 816055f commit 9645fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/messages/requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def _response_timeout_expired(self, stick_timeout: bool = False) -> None:
148148
if stick_timeout:
149149
_LOGGER.info("USB-stick responded with time out to %s", self)
150150
else:
151-
_LOGGER.warning("No response received for %s within timeout (%s seconds)", self, NODE_TIME_OUT)
151+
_LOGGER.info("No response received for %s within %s seconds", self, NODE_TIME_OUT)
152152
self._seq_id = None
153153
self._unsubscribe_from_stick()
154154
self._unsubscribe_from_node()

0 commit comments

Comments
 (0)