We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab18648 commit 0be676eCopy full SHA for 0be676e
plugwise_usb/connection/sender.py
@@ -75,7 +75,7 @@ async def write_request_to_port(self, request: PlugwiseRequest) -> None:
75
self._stick_response = self._loop.create_future()
76
77
request.add_send_attempt()
78
- _LOGGER.info("Send %s", request)
+ _LOGGER.info("Sending %s", request)
79
80
# Write message to serial port buffer
81
serialized_data = request.serialize()
0 commit comments