aboutsummaryrefslogtreecommitdiff
path: root/src/credential/plugin_gnsrecord_credential.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/credential/plugin_gnsrecord_credential.c')
-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 {