1
0
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:
M1nd3r 2024-07-30 13:09:34 +02:00
parent da52023194
commit 164dc3dede

View File

@ -31,7 +31,7 @@ def load_cached_sessions(
channel_ctx: Channel, channel_ctx: Channel,
) -> dict[int, GenericSessionContext]: ) -> dict[int, GenericSessionContext]:
if __debug__: if __debug__:
log.debug(__name__, "load_cached_sessions") log.debug(__name__, "load_cached_sessions - start")
sessions: dict[int, GenericSessionContext] = {} sessions: dict[int, GenericSessionContext] = {}
cached_sessions = cache_thp.get_allocated_sessions(channel_ctx.channel_id) cached_sessions = cache_thp.get_allocated_sessions(channel_ctx.channel_id)
if __debug__: if __debug__: