1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-23 21:02:23 +00:00
This commit is contained in:
M1nd3r 2024-03-18 19:10:25 +01:00
parent 0af8edca1f
commit e4a4f8f125

View File

@ -271,7 +271,7 @@ async def write_message(
if __debug__ and message.session_id is not None:
log.debug(
__name__,
"Writing message with type %d to a session %d",
"Writing message with type %d to a session %d",
message.type,
int.from_bytes(message.session_id, "big"),
)