aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api.c')
-rw-r--r--src/transport/test_transport_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport/test_transport_api.c b/src/transport/test_transport_api.c
index b761f33af..85d6c244c 100644
--- a/src/transport/test_transport_api.c
+++ b/src/transport/test_transport_api.c
@@ -107,7 +107,9 @@ static void
107end_badly () 107end_badly ()
108{ 108{
109 /* do work here */ 109 /* do work here */
110#if VERBOSE
110 fprintf(stderr, "Ending on an unhappy note.\n"); 111 fprintf(stderr, "Ending on an unhappy note.\n");
112#endif
111 113
112 GNUNET_TRANSPORT_disconnect (p1.th); 114 GNUNET_TRANSPORT_disconnect (p1.th);
113 GNUNET_TRANSPORT_disconnect (p2.th); 115 GNUNET_TRANSPORT_disconnect (p2.th);