aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-11-28 16:29:53 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-11-28 16:29:53 +0000
commit0fea566f6a93962bb4cc36a8d85aa3fc75aae6c2 (patch)
tree103307a3114e8c31ae39757c1742968c3960a29e /src/gns
parent365ab563a9ff7f65542b9c1f1017bcc6d09e12b7 (diff)
downloadgnunet-0fea566f6a93962bb4cc36a8d85aa3fc75aae6c2.tar.gz
gnunet-0fea566f6a93962bb4cc36a8d85aa3fc75aae6c2.zip
debug message
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/gnunet-service-gns_resolver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-service-gns_resolver.c b/src/gns/gnunet-service-gns_resolver.c
index 12050c370..6661bdbee 100644
--- a/src/gns/gnunet-service-gns_resolver.c
+++ b/src/gns/gnunet-service-gns_resolver.c
@@ -1914,7 +1914,7 @@ handle_dht_response (void *cls,
1914 } 1914 }
1915 /* Cache well-formed blocks */ 1915 /* Cache well-formed blocks */
1916 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 1916 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1917 "Caching response from the DHT in namestore\n"); 1917 "Caching response from the DHT in namecache\n");
1918 co = GNUNET_new (struct CacheOps); 1918 co = GNUNET_new (struct CacheOps);
1919 co->namecache_qe_cache = GNUNET_NAMECACHE_block_cache (namecache_handle, 1919 co->namecache_qe_cache = GNUNET_NAMECACHE_block_cache (namecache_handle,
1920 block, 1920 block,