Skip to content

Commit 4883df8

Browse files
committed
Add MAC to CircleEnergy log-message
1 parent 0bd1bd7 commit 4883df8

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
@@ -496,7 +496,7 @@ async def energy_log_update(self, address: int | None) -> bool:
496496
)
497497
return False
498498

499-
_LOGGER.debug("EnergyLogs data from %s", address)
499+
_LOGGER.debug("EnergyLogs data from %s, address=%s", self._mac_in_str, address)
500500
await self._available_update_state(True, response.timestamp)
501501
energy_record_update = False
502502

0 commit comments

Comments
 (0)