Skip to content

Commit 9c0b4a6

Browse files
committed
CR: fix language
1 parent 2924bc1 commit 9c0b4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/circle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ async def update_node_details(
10561056
):
10571057
# Rollover of log address
10581058
_LOGGER.debug(
1059-
"Rollover log address from %s into %s for node %s",
1059+
"Rollover log address from %s to %s for node %s",
10601060
self._current_log_address,
10611061
node_info.current_logaddress_pointer,
10621062
self._mac_in_str,

0 commit comments

Comments
 (0)