aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/connection_watchdog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/integration-tests/connection_watchdog.c')
-rw-r--r--src/integration-tests/connection_watchdog.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/integration-tests/connection_watchdog.c b/src/integration-tests/connection_watchdog.c
index 9010044cc..9e8b3f751 100644
--- a/src/integration-tests/connection_watchdog.c
+++ b/src/integration-tests/connection_watchdog.c
@@ -348,7 +348,6 @@ stats_check_cb (void *cls, const char *subsystem,
348 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 348 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
349 "%u transport tcp sessions <-> %i established tcp connections\n", 349 "%u transport tcp sessions <-> %i established tcp connections\n",
350 statistics_transport_tcp_connections, low_level_connections_tcp); 350 statistics_transport_tcp_connections, low_level_connections_tcp);
351 fail = GNUNET_YES;
352 } 351 }
353 else if (low_level_connections_tcp != -1) 352 else if (low_level_connections_tcp != -1)
354 { 353 {
@@ -362,7 +361,6 @@ stats_check_cb (void *cls, const char *subsystem,
362 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 361 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
363 "%u transport notifications <-> %u in statistics (statistics_transport_tcp_connections)\n", 362 "%u transport notifications <-> %u in statistics (statistics_transport_tcp_connections)\n",
364 transport_connections, statistics_transport_tcp_connections); 363 transport_connections, statistics_transport_tcp_connections);
365 fail = GNUNET_YES;
366 } 364 }
367 else 365 else
368 { 366 {