authentic: Improve debugging logs

This commit is contained in:
Jakub Jelen 2020-11-16 18:32:34 +01:00 committed by Frank Morgner
parent c8b2e82713
commit 445c651549
1 changed files with 2 additions and 2 deletions

View File

@ -699,8 +699,8 @@ authentic_debug_select_file(struct sc_card *card, const struct sc_path *path)
struct sc_card_cache *cache = &card->cache;
if (path)
sc_log(ctx, "try to select path(type:%i) %s",
path->type, sc_print_path(path));
sc_log(ctx, "try to select path(type:%i,len=%"SC_FORMAT_LEN_SIZE_T"u) %s",
path->type, path->len, sc_print_path(path));
if (!cache->valid)
return;