opensc/opensc-0.19.0-redundant_logging.patch

13 lines
663 B
Diff
Raw Normal View History

Index: opensc-0.19.0/src/pkcs15init/pkcs15-oberthur.c
===================================================================
--- opensc-0.19.0.orig/src/pkcs15init/pkcs15-oberthur.c
+++ opensc-0.19.0/src/pkcs15init/pkcs15-oberthur.c
@@ -70,7 +70,6 @@ cosm_write_tokeninfo (struct sc_pkcs15_c
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");