We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87434a5 commit da3ae66Copy full SHA for da3ae66
plugwise_usb/nodes/circle_plus.py
@@ -108,7 +108,7 @@ async def clock_synchronize(self) -> bool:
108
return True
109
110
_LOGGER.warning(
111
- "Reset realtime clock of node %s because time has drifted %s seconds while max drift is set to %s seconds)",
+ "Reset realtime clock of node %s because time drifted %s seconds (max %s seconds)",
112
self._mac_in_str,
113
int(abs(clock_offset.total_seconds())),
114
MAX_TIME_DRIFT,
0 commit comments