Skip to content

Commit f1e986c

Browse files
committed
Log comm retries. (#2220)
1 parent 6ecccd8 commit f1e986c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymodbus/transaction.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ def execute(self, request): # noqa: C901
223223
else:
224224
break
225225
# full = False
226+
Log.debug("Retry getting response: - {}", _buffer)
226227
addTransaction = partial( # pylint: disable=invalid-name
227228
self.addTransaction,
228229
tid=request.transaction_id,

0 commit comments

Comments
 (0)