aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_testing.c')
-rw-r--r--src/testing/test_testing.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/testing/test_testing.c b/src/testing/test_testing.c
index 886427402..f56ebe2c0 100644
--- a/src/testing/test_testing.c
+++ b/src/testing/test_testing.c
@@ -24,7 +24,7 @@
24#include "platform.h" 24#include "platform.h"
25#include "gnunet_testing_lib.h" 25#include "gnunet_testing_lib.h"
26 26
27#define VERBOSE GNUNET_YES 27#define VERBOSE GNUNET_NO
28 28
29static int ok; 29static int ok;
30 30
@@ -48,7 +48,8 @@ static void my_cb(void *cls,
48 GNUNET_assert (id != NULL); 48 GNUNET_assert (id != NULL);
49#if VERBOSE 49#if VERBOSE
50 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 50 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
51 "Daemon started, will now stop it.\n"); 51 "Daemon `%s' started, will now stop it.\n",
52 GNUNET_i2s (id));
52#endif 53#endif
53 GNUNET_TESTING_daemon_stop (d, &end_cb, NULL); 54 GNUNET_TESTING_daemon_stop (d, &end_cb, NULL);
54} 55}