aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_address_switch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_address_switch.c')
-rw-r--r--src/transport/test_transport_address_switch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/test_transport_address_switch.c b/src/transport/test_transport_address_switch.c
index 33b0f2d14..e076d3501 100644
--- a/src/transport/test_transport_address_switch.c
+++ b/src/transport/test_transport_address_switch.c
@@ -301,7 +301,7 @@ notify_receive (void *cls,
301 "Peer %u (`%s') got message %u of size %u from peer (`%s')\n", 301 "Peer %u (`%s') got message %u of size %u from peer (`%s')\n",
302 receiver->no, 302 receiver->no,
303 ps, 303 ps,
304 ntohl (hdr->num), 304 (uint32_t) ntohl (hdr->num),
305 ntohs (hdr->header.size), 305 ntohs (hdr->header.size),
306 GNUNET_i2s (sender)); 306 GNUNET_i2s (sender));
307 GNUNET_free (ps); 307 GNUNET_free (ps);