]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
increased log level
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 24 May 2011 15:50:33 +0000 (17:50 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 24 May 2011 15:50:33 +0000 (17:50 +0200)
tests/openpgpself.c

index 388385c16463539f527a6e3dd36c952e80bd461f..5d36c3092d8cc9b8543cc889c0b90851e32cb239 100644 (file)
@@ -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);