Skip to content

Commit ed96ae2

Browse files
committed
Correct logger message
1 parent bdd0313 commit ed96ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ async def update_node_details(
577577
self._node_info.timestamp = timestamp
578578
self._set_cache(CACHE_NODE_INFO_TIMESTAMP, timestamp)
579579

580-
_LOGGER.debug("Saving Node calibration update to cache for %s", self.mac)
580+
_LOGGER.debug("Saving Node info update to cache for %s", self.mac)
581581
await self.save_cache()
582582
if timestamp is not None and timestamp > datetime.now(tz=UTC) - timedelta(
583583
minutes=5

0 commit comments

Comments
 (0)