Skip to content

Commit 9cd7392

Browse files
committed
adjust the log message
1 parent 5f743ab commit 9cd7392

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

adafruit_minimqtt/adafruit_minimqtt.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,9 +1008,7 @@ def loop(self, timeout: float = 0) -> Optional[list[int]]:
10081008
if rc is not None:
10091009
rcs.append(rc)
10101010
if time.monotonic() - stamp > timeout:
1011-
self.logger.debug(
1012-
f"Loop timed out, message queue empty after {timeout} seconds"
1013-
)
1011+
self.logger.debug(f"Loop timed out after {timeout} seconds")
10141012
break
10151013

10161014
return rcs if rcs else None

0 commit comments

Comments
 (0)