Skip to content

Commit b66cf22

Browse files
committed
Update debug-header message
1 parent 5719970 commit b66cf22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/network/registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ async def retrieve_network_registration(
152152

153153
def network_address(self, mac: str) -> int | None:
154154
"""Return the network registration address for given mac."""
155-
_LOGGER.debug("Finding registration address of %s", mac)
155+
_LOGGER.debug("Address registrations:")
156156
for address, registration in self._registry.items():
157157
registered_mac, _ = registration
158158
_LOGGER.debug("address: %s | mac: %s", address, registered_mac)

0 commit comments

Comments
 (0)