aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,