From: Nikos Mavrogiannopoulos Date: Fri, 27 Mar 2015 09:25:59 +0000 (+0100) Subject: p11tool: reduced debugging output X-Git-Tag: gnutls_3_4_0~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cc4cf8358f2d4e5c099040e96f402c4474e3848;p=thirdparty%2Fgnutls.git p11tool: reduced debugging output --- diff --git a/src/p11tool.c b/src/p11tool.c index c559067fbb..a6464228a2 100644 --- a/src/p11tool.c +++ b/src/p11tool.c @@ -231,25 +231,6 @@ static void cmd_parser(int argc, char **argv) sec_param = OPT_ARG(SEC_PARAM); } - if (debug > 4) { - if (HAVE_OPT(MARK_PRIVATE)) - fprintf(stderr, "Private: %s\n", - ENABLED_OPT(MARK_PRIVATE) ? "yes" : "no"); - fprintf(stderr, "Trusted: %s\n", - ENABLED_OPT(MARK_TRUSTED) ? "yes" : "no"); - fprintf(stderr, "Wrap: %s\n", - ENABLED_OPT(MARK_WRAP) ? "yes" : "no"); - fprintf(stderr, "CA: %s\n", - ENABLED_OPT(MARK_CA) ? "yes" : "no"); - fprintf(stderr, "Login: %s\n", - ENABLED_OPT(LOGIN) ? "yes" : "no"); - fprintf(stderr, "SO Login: %s\n", - ENABLED_OPT(SO_LOGIN) ? "yes" : "no"); - fprintf(stderr, "Detailed URLs: %s\n", - ENABLED_OPT(DETAILED_URL) ? "yes" : "no"); - fprintf(stderr, "\n"); - } - /* handle actions */ if (HAVE_OPT(LIST_TOKENS)) {