commit ee344a192d806040f5cf3f9837ed0a37bafed016
parent e82e35960347d2cd4368144d167a0077673264f5
Author: Matthias Wachs <wachs@net.in.tum.de>
Date: Thu, 28 Nov 2013 16:19:59 +0000
debugging
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/gns/gnunet-service-gns_resolver.c b/src/gns/gnunet-service-gns_resolver.c
@@ -1954,9 +1954,10 @@ handle_namestore_block_response (void *cls,
{
/* namecache knows nothing; try DHT lookup */
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
- "Starting DHT lookup for `%s' in zone %s\n",
+ "Starting DHT lookup for `%s' in zone `%s' under key `%s'\n",
ac->label,
- GNUNET_GNSRECORD_z2s (&ac->authority_info.gns_authority));
+ GNUNET_GNSRECORD_z2s (&ac->authority_info.gns_authority),
+ GNUNET_h2s (&query));
GNUNET_assert (NULL == rh->get_handle);
rh->get_handle = GNUNET_DHT_get_start (dht_handle,
GNUNET_BLOCK_TYPE_GNS_NAMERECORD,