aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-12-04 10:00:55 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-12-04 10:00:55 +0000
commita7e42b65ecad4c1adc27b759f4b27dd3f7877e19 (patch)
treeafdae02e09d622a3559eca18c75c37932a88bca5 /src/namestore
parenta27256cef4f5afc24f5f2daa64779908a26d88c3 (diff)
downloadgnunet-a7e42b65ecad4c1adc27b759f4b27dd3f7877e19.tar.gz
gnunet-a7e42b65ecad4c1adc27b759f4b27dd3f7877e19.zip
debug message
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/gnunet-service-namestore.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c
index 5c7dd9982..43afe76dd 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -688,8 +688,9 @@ refresh_block (struct GNUNET_SERVER_Client *client,
688 GNUNET_CRYPTO_ecdsa_key_get_public (zone_key, 688 GNUNET_CRYPTO_ecdsa_key_get_public (zone_key,
689 &pkey); 689 &pkey);
690 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 690 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
691 "Caching block for label `%s' in zone `%s' in namecache\n", 691 "Caching block for label `%s' with %u records in zone `%s' in namecache\n",
692 name, 692 name,
693 rd_count,
693 GNUNET_GNSRECORD_z2s (&pkey)); 694 GNUNET_GNSRECORD_z2s (&pkey));
694 cop = GNUNET_new (struct CacheOperation); 695 cop = GNUNET_new (struct CacheOperation);
695 cop->client = client; 696 cop->client = client;