Skip to content

Commit f7cb776

Browse files
committed
Change debug-message
1 parent 1221ba2 commit f7cb776

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("Joining of available Node (%s) failed", 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)