From 27eb96dfd170b069fdc330c03b20e214f2967eff Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 30 Nov 2023 16:42:28 -0500 Subject: [PATCH] Fix CID 469487: API usage errors (PRINTF_ARGS) Signed-off-by: Simo Sorce --- src/session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/session.c b/src/session.c index 7adcd0ff..50f90cd1 100644 --- a/src/session.c +++ b/src/session.c @@ -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);