aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_group_remote.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-04-05 14:37:56 +0000
committerNathan S. Evans <evans@in.tum.de>2011-04-05 14:37:56 +0000
commit8da74da33f616eecdba93e9c94715a3e6244876f (patch)
tree0dc800404f4fc630206768eae09ff24921731a86 /src/testing/test_testing_group_remote.c
parent143df85a4543bad389083f959329a98023c78ee4 (diff)
downloadgnunet-8da74da33f616eecdba93e9c94715a3e6244876f.tar.gz
gnunet-8da74da33f616eecdba93e9c94715a3e6244876f.zip
initial peergroup convenience implementation
Diffstat (limited to 'src/testing/test_testing_group_remote.c')
-rw-r--r--src/testing/test_testing_group_remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_testing_group_remote.c b/src/testing/test_testing_group_remote.c
index 6a4d0cc1e..58f3c4143 100644
--- a/src/testing/test_testing_group_remote.c
+++ b/src/testing/test_testing_group_remote.c
@@ -56,7 +56,7 @@ shutdown_callback (void *cls, const char *emsg)
56 if (emsg != NULL) 56 if (emsg != NULL)
57 { 57 {
58#if VERBOSE 58#if VERBOSE
59 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Shutdown of peers failed!\n"); 59 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Shutdown of peers failed (error %s)!\n", emsg);
60#endif 60#endif
61 if (ok == 0) 61 if (ok == 0)
62 ok = 666; 62 ok = 666;