mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-22 20:42:03 +00:00
style(core): change log message in load_cached_sessions
[no changelog]
This commit is contained in:
parent
da52023194
commit
164dc3dede
@ -31,7 +31,7 @@ def load_cached_sessions(
|
||||
channel_ctx: Channel,
|
||||
) -> dict[int, GenericSessionContext]:
|
||||
if __debug__:
|
||||
log.debug(__name__, "load_cached_sessions")
|
||||
log.debug(__name__, "load_cached_sessions - start")
|
||||
sessions: dict[int, GenericSessionContext] = {}
|
||||
cached_sessions = cache_thp.get_allocated_sessions(channel_ctx.channel_id)
|
||||
if __debug__:
|
||||
|
Loading…
Reference in New Issue
Block a user