Skip to content

Commit d64cb37

Browse files
committed
Improve debug-message
1 parent 59d0091 commit d64cb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/network/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ async def node_join_available_message(self, response: PlugwiseResponse) -> bool:
251251
await self._notify_node_event_subscribers(NodeEvent.JOIN, mac)
252252
return True
253253

254-
_LOGGER.debug("Failed to register available Node with mac=%s", mac)
254+
_LOGGER.debug("Joining of available Node (%s) failed", mac)
255255
return False
256256

257257
async def node_rejoin_message(self, response: PlugwiseResponse) -> bool:

0 commit comments

Comments
 (0)