doxygen fix
[oweals/gnunet.git] / src / namestore / test_namestore_api_zone_to_name.c
index 60168f82dfb65a53d6d6f9b80b875afea0c1a7f0..be90663f03e473ecbc4a93981dbd4a8039ccdb1e 100644 (file)
@@ -233,6 +233,7 @@ run (void *cls, char *const *args, const char *cfgfile,
   /* zone hash */
   GNUNET_CRYPTO_short_hash (&pubkey, sizeof (struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded), &s_zone);
   GNUNET_CRYPTO_short_hash (s_name, strlen (s_name) + 1, &s_zone_value);
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Using PKEY `%s' \n", GNUNET_short_h2s (&s_zone_value));
 
   struct GNUNET_NAMESTORE_RecordData rd;
   rd.expiration = GNUNET_TIME_absolute_get();