aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_group.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_group.c')
-rw-r--r--src/testing/testing_group.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c
index adfa91d20..9bf24882c 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -6881,6 +6881,10 @@ internal_shutdown_callback(void *cls, const char *emsg)
6881 } 6881 }
6882 else 6882 else
6883 { 6883 {
6884#if VERBOSE_TESTING
6885 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, "internal_shutdown_callback",
6886 "Failed to stop a peer: %s\n", emsg);
6887#endif
6884 shutdown_ctx->peers_failed++; 6888 shutdown_ctx->peers_failed++;
6885 } 6889 }
6886 6890