IsoTpParallelQuery: log response pending (#27881)

we really should log this
old-commit-hash: 02798513af
This commit is contained in:
Shane Smiskol
2023-04-11 20:59:03 -07:00
committed by GitHub
parent a5cb283b27
commit 3baa87d208
+1 -2
View File
@@ -134,8 +134,7 @@ class IsoTpParallelQuery:
error_code = dat[2] if len(dat) > 2 else -1
if error_code == 0x78:
response_timeouts[tx_addr] = time.monotonic() + self.response_pending_timeout
if self.debug:
cloudlog.warning(f"iso-tp query response pending: {tx_addr}")
cloudlog.error(f"iso-tp query response pending: {tx_addr}")
else:
response_timeouts[tx_addr] = 0
request_done[tx_addr] = True