aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_internal_dht.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-09-26 15:43:23 +0000
committerBart Polot <bart@net.in.tum.de>2013-09-26 15:43:23 +0000
commit098c35b88e17e1af20f2411ae049dc9cf84f7b2e (patch)
tree28316c49ac7f6fd6b991d29d96a7799e3f5407ed /src/regex/regex_internal_dht.c
parent66e7ac223ee7bb2d8eb91da7a98ee2e3e6da1902 (diff)
downloadgnunet-098c35b88e17e1af20f2411ae049dc9cf84f7b2e.tar.gz
gnunet-098c35b88e17e1af20f2411ae049dc9cf84f7b2e.zip
- more log
Diffstat (limited to 'src/regex/regex_internal_dht.c')
-rw-r--r--src/regex/regex_internal_dht.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/regex/regex_internal_dht.c b/src/regex/regex_internal_dht.c
index c6c52bc98..3501cece0 100644
--- a/src/regex/regex_internal_dht.c
+++ b/src/regex/regex_internal_dht.c
@@ -708,6 +708,9 @@ REGEX_INTERNAL_search (struct GNUNET_DHT_Handle *dht,
708 /* Initialize context */ 708 /* Initialize context */
709 len = strlen (string); 709 len = strlen (string);
710 size = REGEX_INTERNAL_get_first_key (string, len, &key); 710 size = REGEX_INTERNAL_get_first_key (string, len, &key);
711 LOG (GNUNET_ERROR_TYPE_INFO,
712 " initial key for %s: %s (%.*s)\n",
713 string, GNUNET_h2s (&key), size, string);
711 ctx = GNUNET_malloc (sizeof (struct RegexSearchContext)); 714 ctx = GNUNET_malloc (sizeof (struct RegexSearchContext));
712 ctx->position = size; 715 ctx->position = size;
713 ctx->info = h; 716 ctx->info = h;