Skip to content

Commit b689b96

Browse files
committed
Adapt corresponding log-message
1 parent e24a92f commit b689b96

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
@@ -461,7 +461,7 @@ async def _get_initial_energy_logs(self) -> None:
461461
return
462462

463463
_LOGGER.debug(
464-
"Start collecting initial energy logs from the last 10 log addresses for node %s.",
464+
"Start collecting today's energy logs for node %s.",
465465
self._mac_in_str,
466466
)
467467
total_addresses = int(floor(datetime.now(tz=UTC).hour / 4) + 1)

0 commit comments

Comments
 (0)