Skip to content

Commit 21a3b10

Browse files
committed
Remove left-over %s
1 parent d3a7ac2 commit 21a3b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/sense.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ async def load(self) -> bool:
5353

5454
_LOGGER.debug("Loading Sense node %s", self._node_info.mac)
5555
if not await super().load():
56-
_LOGGER.debug("Load Sense base node %s failed")
56+
_LOGGER.debug("Load Sense base node failed")
5757
return False
5858

5959
self._setup_protocol(SENSE_FIRMWARE_SUPPORT, SENSE_FEATURES)

0 commit comments

Comments
 (0)