aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2017-07-03 10:35:07 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2017-07-03 10:35:07 +0200
commit531a89e0a41838105121d1ded1ee87973e60587e (patch)
tree06c7c355f24e3e4eae3c375058a1d606413b944a
parentf599b93d5b402cfa795aaf7bd7057d76c5e57d67 (diff)
-fix DEBUG output
-rw-r--r--src/credential/plugin_gnsrecord_credential.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/credential/plugin_gnsrecord_credential.c b/src/credential/plugin_gnsrecord_credential.c
index daecc1bd4a..72d6b53f55 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)
{