Skip to content

Commit ae791aa

Browse files
committed
Increase verbosity level for "Request has no response"
1 parent 64282d3 commit ae791aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zigpy_znp/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ async def request(self, request, **response_params):
296296

297297
# If our request has no response, we cannot wait for one
298298
if not request.Rsp:
299-
LOGGER.debug("Request has no response, not waiting for one.")
299+
LOGGER.trace("Request has no response, not waiting for one.")
300300
self._uart.send(request.to_frame())
301301
return
302302

0 commit comments

Comments
 (0)