fix: enhance logging for event download process in MiniMateClient
This commit is contained in:
@@ -306,8 +306,10 @@ class MiniMateClient:
|
|||||||
# token=0xFE has been issued first. Confirmed from both 4-2-26
|
# token=0xFE has been issued first. Confirmed from both 4-2-26
|
||||||
# and 4-3-26 BW TX captures (2026-04-06).
|
# and 4-3-26 BW TX captures (2026-04-06).
|
||||||
# The returned key is the same event key we already hold — ignore it.
|
# The returned key is the same event key we already hold — ignore it.
|
||||||
|
log.info("get_events: 1E download-arm (token=0xFE) for key=%s", key4.hex())
|
||||||
try:
|
try:
|
||||||
proto.read_event_first(token=0xFE)
|
proto.read_event_first(token=0xFE)
|
||||||
|
log.info("get_events: 1E download-arm OK")
|
||||||
except ProtocolError as exc:
|
except ProtocolError as exc:
|
||||||
log.warning(
|
log.warning(
|
||||||
"get_events: 1E download-arm failed for key=%s: %s",
|
"get_events: 1E download-arm failed for key=%s: %s",
|
||||||
|
|||||||
Reference in New Issue
Block a user