-fix DEBUG output
authorSchanzenbach, Martin <mschanzenbach@posteo.de>
Mon, 3 Jul 2017 08:35:07 +0000 (10:35 +0200)
committerSchanzenbach, Martin <mschanzenbach@posteo.de>
Mon, 3 Jul 2017 08:35:07 +0000 (10:35 +0200)
src/credential/plugin_gnsrecord_credential.c

index daecc1bd4aefcf6dd2e39a3f1f760dec857c0f3c..72d6b53f55721ee2011a987926cf3462a329ded9 100644 (file)
@@ -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)
       {