aboutsummaryrefslogtreecommitdiff
path: root/src/regex/gnunet-regex-profiler.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-05-23 14:14:44 +0000
committerBart Polot <bart@net.in.tum.de>2013-05-23 14:14:44 +0000
commitcd72df63ea82906dfab0b5a2b6a17efb75783ae5 (patch)
tree9326ce33ca68c9114d87156a1103c9670ddd1ce3 /src/regex/gnunet-regex-profiler.c
parent6e57f173d214f2cadd72a847fbdbea1ea46dbe59 (diff)
downloadgnunet-cd72df63ea82906dfab0b5a2b6a17efb75783ae5.tar.gz
gnunet-cd72df63ea82906dfab0b5a2b6a17efb75783ae5.zip
- remove old debug
Diffstat (limited to 'src/regex/gnunet-regex-profiler.c')
-rw-r--r--src/regex/gnunet-regex-profiler.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c
index 04c8a8e71..2bb9e80af 100644
--- a/src/regex/gnunet-regex-profiler.c
+++ b/src/regex/gnunet-regex-profiler.c
@@ -852,11 +852,9 @@ find_timed_out (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
852 if ((tc->reason & GNUNET_SCHEDULER_REASON_SHUTDOWN) != 0) 852 if ((tc->reason & GNUNET_SCHEDULER_REASON_SHUTDOWN) != 0)
853 return; 853 return;
854 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 854 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
855 "Searching for string \"%s\" on peer %d timed out." 855 "Searching for string \"%s\" on peer %d timed out.\n",
856 "Starting new search: %d.\n",
857 p->search_str, 856 p->search_str,
858 p->id, 857 p->id);
859 !in_shutdown);
860 if (GNUNET_NO == in_shutdown) 858 if (GNUNET_NO == in_shutdown)
861 GNUNET_SCHEDULER_add_now (&announce_next_regex, NULL); 859 GNUNET_SCHEDULER_add_now (&announce_next_regex, NULL);
862} 860}