From: Nikos Mavrogiannopoulos Date: Tue, 24 May 2011 15:50:33 +0000 (+0200) Subject: increased log level X-Git-Tag: gnutls_2_99_2~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8ee577afce90c3b2b5f039350f0e4b44d05e9c5;p=thirdparty%2Fgnutls.git increased log level --- diff --git a/tests/openpgpself.c b/tests/openpgpself.c index 388385c164..5d36c3092d 100644 --- a/tests/openpgpself.c +++ b/tests/openpgpself.c @@ -144,7 +144,7 @@ client (void) gnutls_global_set_log_function (tls_log_func); if (debug) - gnutls_global_set_log_level (5); + gnutls_global_set_log_level (9); gnutls_certificate_allocate_credentials (&xcred);