aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_timeout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api_timeout.c')
-rw-r--r--src/transport/test_transport_api_timeout.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/test_transport_api_timeout.c b/src/transport/test_transport_api_timeout.c
index d286cfc8f..b1e5ebb3a 100644
--- a/src/transport/test_transport_api_timeout.c
+++ b/src/transport/test_transport_api_timeout.c
@@ -217,7 +217,8 @@ testing_connect_cb (struct PeerContext *p1, struct PeerContext *p2, void *cls)
217 cc = NULL; 217 cc = NULL;
218 char *p1_c = GNUNET_strdup (GNUNET_i2s (&p1->id)); 218 char *p1_c = GNUNET_strdup (GNUNET_i2s (&p1->id));
219 219
220 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Peers connected: %s <-> %s\n", p1_c, 220 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
221 "Peers connected: %s <-> %s\n", p1_c,
221 GNUNET_i2s (&p2->id)); 222 GNUNET_i2s (&p2->id));
222 GNUNET_free (p1_c); 223 GNUNET_free (p1_c);
223 224