aboutsummaryrefslogtreecommitdiff
path: root/src/credential
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 /src/credential
parentf599b93d5b402cfa795aaf7bd7057d76c5e57d67 (diff)
downloadgnunet-531a89e0a41838105121d1ded1ee87973e60587e.tar.gz
gnunet-531a89e0a41838105121d1ded1ee87973e60587e.zip
-fix DEBUG output
Diffstat (limited to 'src/credential')
-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 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,
76 for (i=0;i<ntohl(sets.set_count);i++) 76 for (i=0;i<ntohl(sets.set_count);i++)
77 { 77 {
78 subject_pkey = GNUNET_CRYPTO_ecdsa_public_key_to_string (&set[i].subject_key); 78 subject_pkey = GNUNET_CRYPTO_ecdsa_public_key_to_string (&set[i].subject_key);
79 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 79 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
80 "%d len attr\n", set[i].subject_attribute_len); 80 "%d len attr\n", set[i].subject_attribute_len);
81 if (0 == set[i].subject_attribute_len) 81 if (0 == set[i].subject_attribute_len)
82 { 82 {