Skip to content

Commit

Permalink
[fixup] Fix log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalle19 committed Jul 21, 2024
1 parent edc0afa commit a360f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ca.c
Original file line number Diff line number Diff line change
Expand Up @@ -1867,7 +1867,7 @@ static int CIPLUS_APP_OPRF_handler(ca_session_t *session, int tag,
" info version: %d\n"
" profile type: %d\n"
" initialized: %d\n"
" refresh request: %d\n",
" refresh request: %d\n"
" error: %d\n", apdu_name, info_version, profile_type,
initialized_flag, refresh_request_flag, error_flag);

Expand Down

0 comments on commit a360f3f

Please sign in to comment.