Skip to content

Commit b8440f3

Browse files
committed
CR: use universal str representation variable to communicate mac into log output
1 parent c9ea5b5 commit b8440f3

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
@@ -38,7 +38,7 @@ async def load(self) -> bool:
3838
if self._loaded:
3939
return True
4040
if self._cache_enabled:
41-
_LOGGER.debug("Loading Circle+ node %s from cache", self._node_info.mac)
41+
_LOGGER.debug("Loading Circle+ node %s from cache", self._mac_in_str)
4242
if await self._load_from_cache():
4343
self._loaded = True
4444
if not self._loaded:

0 commit comments

Comments
 (0)