aboutsummaryrefslogtreecommitdiff
path: root/src/regex
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-03-14 12:39:21 +0000
committerBart Polot <bart@net.in.tum.de>2013-03-14 12:39:21 +0000
commitdbfd0795ae16cd7b430ed2e0f1309ccee72ef382 (patch)
treeff79dc951a76dc7e43fe1fc605f91e3dd2fe6db5 /src/regex
parentf7c84b91dfbc36b2ceafb26d0a84cefd7b6bef7d (diff)
downloadgnunet-dbfd0795ae16cd7b430ed2e0f1309ccee72ef382.tar.gz
gnunet-dbfd0795ae16cd7b430ed2e0f1309ccee72ef382.zip
- debug leftover
Diffstat (limited to 'src/regex')
-rw-r--r--src/regex/regex_dht.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/regex/regex_dht.c b/src/regex/regex_dht.c
index b5c369d07..15307d700 100644
--- a/src/regex/regex_dht.c
+++ b/src/regex/regex_dht.c
@@ -446,7 +446,7 @@ dht_get_string_handler (void *cls, struct GNUNET_TIME_Absolute exp,
446 datastore = GNUNET_strdup ("N/A"); 446 datastore = GNUNET_strdup ("N/A");
447#endif 447#endif
448 448
449 LOG (GNUNET_ERROR_TYPE_INFO, " DHT GET result for %s (%s) at %s\n", 449 LOG (GNUNET_ERROR_TYPE_INFO, " DHT GET result for %s (%s) at %s\n",
450 GNUNET_h2s (key), ctx->info->description, datastore); 450 GNUNET_h2s (key), ctx->info->description, datastore);
451 GNUNET_free (datastore); 451 GNUNET_free (datastore);
452 452
@@ -632,7 +632,8 @@ regex_next_edge (const struct RegexBlock *block,
632 if (GNUNET_YES == 632 if (GNUNET_YES ==
633 GNUNET_CONTAINER_multihashmap_contains (info->dht_get_handles, hash)) 633 GNUNET_CONTAINER_multihashmap_contains (info->dht_get_handles, hash))
634 { 634 {
635 LOG (GNUNET_ERROR_TYPE_DEBUG, "* GET running, END\n"); 635 LOG (GNUNET_ERROR_TYPE_DEBUG, "* GET for %s running, END\n",
636 GNUNET_h2s (hash));
636 GNUNET_CONTAINER_multihashmap_get_multiple (info->dht_get_results, 637 GNUNET_CONTAINER_multihashmap_get_multiple (info->dht_get_results,
637 hash, 638 hash,
638 &regex_result_iterator, 639 &regex_result_iterator,