Skip to content

Commit 4e5c9e9

Browse files
committed
Improve debug message
1 parent 283d7bf commit 4e5c9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/connection/queue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ async def _send_queue_worker(self) -> None:
136136
_LOGGER.debug("Send_queue_worker started")
137137
while self._running and self._stick is not None:
138138
request = await self._submit_queue.get()
139-
_LOGGER.debug("Send from send queue %s", request)
139+
_LOGGER.debug("Sending from send queue %s", request)
140140
if request.priority == Priority.CANCEL:
141141
self._submit_queue.task_done()
142142
return

0 commit comments

Comments
 (0)