aboutsummaryrefslogtreecommitdiff
path: root/src/regex
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex')
-rw-r--r--src/regex/regex_api.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/regex/regex_api.c b/src/regex/regex_api.c
index 09b3fd68d..fb20bb209 100644
--- a/src/regex/regex_api.c
+++ b/src/regex/regex_api.c
@@ -279,6 +279,9 @@ handle_search_response (void *cls,
279 pid, 279 pid,
280 &pid[1], gpl, 280 &pid[1], gpl,
281 &pid[1 + gpl], ppl); 281 &pid[1 + gpl], ppl);
282 LOG (GNUNET_ERROR_TYPE_DEBUG,
283 "Returned from regex CB\n",
284 GNUNET_i2s (pid));
282 return; 285 return;
283 } 286 }
284 } 287 }