Skip to content

Commit

Permalink
Fix CID 469487: API usage errors (PRINTF_ARGS)
Browse files Browse the repository at this point in the history
Signed-off-by: Simo Sorce <simo@redhat.com>
  • Loading branch information
simo5 committed Dec 1, 2023
1 parent c741dc1 commit 27eb96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session.c
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ static CK_RV token_login(P11PROV_SESSION *session, P11PROV_URI *uri,
bool cache = false;
CK_RV ret;

P11PROV_debug("Log into the token session=%p uri=%p slot=%p type=%d",
P11PROV_debug("Log into the token session=%p uri=%p slot=%p type=%lu",
session, uri, slot, user_type);

token = p11prov_slot_get_token(slot);
Expand Down

0 comments on commit 27eb96d

Please sign in to comment.