aboutsummaryrefslogtreecommitdiff
path: root/src/regex/gnunet-regex-profiler.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-09-27 15:07:53 +0000
committerBart Polot <bart@net.in.tum.de>2013-09-27 15:07:53 +0000
commitce32f9bba122dafe0cb62c4c06457719c2d097aa (patch)
treea40dfca2f53ae5440f91d027486719ed39f9b1a2 /src/regex/gnunet-regex-profiler.c
parent543886fab7ccbd556060041785558f671fed1010 (diff)
downloadgnunet-ce32f9bba122dafe0cb62c4c06457719c2d097aa.tar.gz
gnunet-ce32f9bba122dafe0cb62c4c06457719c2d097aa.zip
- debug info
Diffstat (limited to 'src/regex/gnunet-regex-profiler.c')
-rw-r--r--src/regex/gnunet-regex-profiler.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c
index f857f8f00..2bfd95cd9 100644
--- a/src/regex/gnunet-regex-profiler.c
+++ b/src/regex/gnunet-regex-profiler.c
@@ -929,6 +929,11 @@ daemon_started (void *cls, struct GNUNET_TESTBED_Operation *op,
929 "Failed to start/stop daemon at peer %u: %s\n", peer->id, emsg); 929 "Failed to start/stop daemon at peer %u: %s\n", peer->id, emsg);
930 GNUNET_abort (); 930 GNUNET_abort ();
931 } 931 }
932 else
933 {
934 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
935 "Deamon %u started successfully\n", peer->id);
936 }
932 937
933 /* Find a peer to look for a string matching the regex announced */ 938 /* Find a peer to look for a string matching the regex announced */
934 search_peer = GNUNET_CRYPTO_random_u32 (GNUNET_CRYPTO_QUALITY_WEAK, 939 search_peer = GNUNET_CRYPTO_random_u32 (GNUNET_CRYPTO_QUALITY_WEAK,