diff options
author | Christian Grothoff <christian@grothoff.org> | 2009-10-28 19:52:25 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2009-10-28 19:52:25 +0000 |
commit | cbf2a3e7cf2d7acda1d115198671eaccf2616fc4 (patch) | |
tree | 8eddbd89fa0f3a5fec1b387b5d2cdbab5789d6b8 /src/testing/test_testing.c | |
parent | 359e97be5e33493691d53aa6a51f1b364f46dab9 (diff) |
getting testing to work
Diffstat (limited to 'src/testing/test_testing.c')
-rw-r--r-- | src/testing/test_testing.c | 5 |
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 @@ #include "platform.h" #include "gnunet_testing_lib.h" -#define VERBOSE GNUNET_YES +#define VERBOSE GNUNET_NO static int ok; @@ -48,7 +48,8 @@ static void my_cb(void *cls, GNUNET_assert (id != NULL); #if VERBOSE GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "Daemon started, will now stop it.\n"); + "Daemon `%s' started, will now stop it.\n", + GNUNET_i2s (id)); #endif GNUNET_TESTING_daemon_stop (d, &end_cb, NULL); } |