Skip to content

Commit

Permalink
session: Improve debug logging of context specific login
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Jelen <[email protected]>
  • Loading branch information
Jakuje committed Nov 14, 2023
1 parent f45cbcc commit b12327b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/session.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,9 @@ CK_RV p11prov_context_specific_login(P11PROV_SESSION *session, P11PROV_URI *uri,
P11PROV_SLOT *slot = NULL;
CK_RV ret;

P11PROV_debug("Providing context specific login session=%p uri=%p",
session, uri);

ret = p11prov_take_slots(session->provctx, &sctx);
if (ret != CKR_OK) {
return CKR_GENERAL_ERROR;
Expand Down

0 comments on commit b12327b

Please sign in to comment.