mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 03:22:07 +08:00
IsoTpParallelQuery: remove spammy log (#28372)
* remove * just a warning * just comment out for now old-commit-hash: 96905e52e2c18af03c0ffa43fa75d614df2a6c04
This commit is contained in:
@@ -148,8 +148,9 @@ class IsoTpParallelQuery:
|
||||
cloudlog.error(f"iso-tp query timeout after receiving partial response: {tx_addr}")
|
||||
elif tx_addr in addrs_responded:
|
||||
cloudlog.error(f"iso-tp query timeout while receiving response: {tx_addr}")
|
||||
else:
|
||||
cloudlog.error(f"iso-tp query timeout with no response: {tx_addr}")
|
||||
# TODO: handle functional addresses
|
||||
# else:
|
||||
# cloudlog.error(f"iso-tp query timeout with no response: {tx_addr}")
|
||||
request_done[tx_addr] = True
|
||||
|
||||
# Break if all requests are done (finished or timed out)
|
||||
|
||||
Reference in New Issue
Block a user