mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-24 05:12:02 +00:00
Fix typo
This commit is contained in:
parent
0af8edca1f
commit
e4a4f8f125
@ -271,7 +271,7 @@ async def write_message(
|
|||||||
if __debug__ and message.session_id is not None:
|
if __debug__ and message.session_id is not None:
|
||||||
log.debug(
|
log.debug(
|
||||||
__name__,
|
__name__,
|
||||||
"Writing message with type %d to a session %d",
|
"Writing message with type %d to a session %d",
|
||||||
message.type,
|
message.type,
|
||||||
int.from_bytes(message.session_id, "big"),
|
int.from_bytes(message.session_id, "big"),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user