Skip to content

Commit

Permalink
pkcs15: log parsed TokenInfo.serial
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorTarasov committed Mar 31, 2016
1 parent 4b51d70 commit 7f732d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libopensc/pkcs15.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ int sc_pkcs15_parse_tokeninfo(sc_context_t *ctx,
sprintf(byte, "%02X", serial[ii]);
strcat(ti->serial_number, byte);
}
sc_log(ctx, "TokenInfo.serialNunmber '%s'", ti->serial_number);
}

if (ti->manufacturer_id == NULL) {
Expand Down

0 comments on commit 7f732d4

Please sign in to comment.