1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-07 14:00:57 +00:00
This commit is contained in:
tychovrahe 2024-10-03 12:26:24 +02:00
parent f8f7dc3c8d
commit 45fe153954

View File

@ -101,7 +101,7 @@ async def bootscreen() -> None:
# other exceptions here are unexpected and should halt the device
if __debug__:
log.exception(__name__, e)
utils.halt(e.__class__.__name__)
utils.halt(e.__class__.__name__ + " " + str(e))
# Ignore all automated PIN messages in the boot-phase (turned off in `bootscreen()`), unless Optiga throttling delays are active.