mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-30 04:52:27 +01:00
11 lines
471 B
Diff
11 lines
471 B
Diff
--- a/src/pkcs15init/pkcs15-oberthur.c
|
|
+++ b/src/pkcs15init/pkcs15-oberthur.c
|
|
@@ -70,7 +70,6 @@
|
|
ctx = p15card->card->ctx;
|
|
|
|
SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_VERBOSE);
|
|
- sc_debug(ctx, SC_LOG_DEBUG_NORMAL, "cosm_write_tokeninfo() label '%s'; flags 0x%X", label, flags);
|
|
if (sc_profile_get_file(profile, COSM_TITLE"-token-info", &file)) {
|
|
rv = SC_ERROR_INCONSISTENT_PROFILE;
|
|
SC_TEST_GOTO_ERR(ctx, SC_LOG_DEBUG_NORMAL, rv, "Cannot find "COSM_TITLE"-token-info");
|