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.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/credential/plugin_gnsrecord_credential.c b/src/credential/plugin_gnsrecord_credential.c
index 90cd2f46a..784c7def1 100644
--- a/src/credential/plugin_gnsrecord_credential.c
+++ b/src/credential/plugin_gnsrecord_credential.c
@@ -79,9 +79,7 @@ credential_value_to_string (void *cls,
79 { 79 {
80 subject_pkey = 80 subject_pkey =
81 GNUNET_CRYPTO_ecdsa_public_key_to_string (&set[i].subject_key); 81 GNUNET_CRYPTO_ecdsa_public_key_to_string (&set[i].subject_key);
82 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 82
83 "%d len attr\n",
84 set[i].subject_attribute_len);
85 if (0 == set[i].subject_attribute_len) 83 if (0 == set[i].subject_attribute_len)
86 { 84 {
87 if (0 == i) 85 if (0 == i)