summaryrefslogtreecommitdiff
path: root/tests/openpgpself.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-05-30 12:44:00 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-03 19:55:01 +0200
commit183314f6c6f06d67238014afe50f51732417d09d (patch)
treebc83007ec36c022740c1df653a6cc9c2a8611e83 /tests/openpgpself.c
parent5ca78add8f2dec7d2b53394782b4e5b5f1d10402 (diff)
downloadgnutls-183314f6c6f06d67238014afe50f51732417d09d.tar.gz
reduced log level to a sane one
Diffstat (limited to 'tests/openpgpself.c')
-rw-r--r--tests/openpgpself.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgpself.c b/tests/openpgpself.c
index 1b39366978..2e9e543177 100644
--- a/tests/openpgpself.c
+++ b/tests/openpgpself.c
@@ -395,7 +395,7 @@ server (void)
gnutls_global_set_log_function (tls_log_func);
if (debug)
- gnutls_global_set_log_level (4711);
+ gnutls_global_set_log_level (2);
gnutls_certificate_allocate_credentials (&pgp_cred);