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, 1 insertions, 1 deletions
diff --git a/src/transport/test_transport_api.c b/src/transport/test_transport_api.c
index ad078f582..bc0061363 100644
--- a/src/transport/test_transport_api.c
+++ b/src/transport/test_transport_api.c
@@ -72,7 +72,7 @@ notify_receive (void *cls,
72 char *ps = GNUNET_strdup (GNUNET_i2s (&receiver->id)); 72 char *ps = GNUNET_strdup (GNUNET_i2s (&receiver->id));
73 73
74 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 74 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
75 "Peer %u (`%4s') received message of type %d and size %u size from peer %s!\n", 75 "Peer %u (`%s') received message of type %d and size %u size from peer %s!\n",
76 receiver->no, 76 receiver->no,
77 ps, 77 ps,
78 ntohs (message->type), 78 ntohs (message->type),