gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 83/171: -fix DEBUG output


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 83/171: -fix DEBUG output
Date: Thu, 04 Jan 2018 16:09:51 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit 531a89e0a41838105121d1ded1ee87973e60587e
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Mon Jul 3 10:35:07 2017 +0200

    -fix DEBUG output
---
 src/credential/plugin_gnsrecord_credential.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/credential/plugin_gnsrecord_credential.c 
b/src/credential/plugin_gnsrecord_credential.c
index daecc1bd4..72d6b53f5 100644
--- a/src/credential/plugin_gnsrecord_credential.c
+++ b/src/credential/plugin_gnsrecord_credential.c
@@ -76,7 +76,7 @@ credential_value_to_string (void *cls,
     for (i=0;i<ntohl(sets.set_count);i++)
     {
       subject_pkey = GNUNET_CRYPTO_ecdsa_public_key_to_string 
(&set[i].subject_key);
-      GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+      GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                   "%d len attr\n", set[i].subject_attribute_len);
       if (0 == set[i].subject_attribute_len)
       {

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]