Skip to content

Commit da3ae66

Browse files
committed
Line up debug messages
1 parent 87434a5 commit da3ae66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/circle_plus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ async def clock_synchronize(self) -> bool:
108108
return True
109109

110110
_LOGGER.warning(
111-
"Reset realtime clock of node %s because time has drifted %s seconds while max drift is set to %s seconds)",
111+
"Reset realtime clock of node %s because time drifted %s seconds (max %s seconds)",
112112
self._mac_in_str,
113113
int(abs(clock_offset.total_seconds())),
114114
MAX_TIME_DRIFT,

0 commit comments

Comments
 (0)