aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-12 08:08:17 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-12 08:08:17 +0000
commita00afbdaae8de7fd752aab1ed5028833a85eeea7 (patch)
tree7f332838143653bf2bc7e4f3969ef9e8e43a03b7 /src/transport/test_transport_api.c
parent6bfa05291c469d0aba00e85456ceadf8b433601c (diff)
downloadgnunet-a00afbdaae8de7fd752aab1ed5028833a85eeea7.tar.gz
gnunet-a00afbdaae8de7fd752aab1ed5028833a85eeea7.zip
more transport testing hacking
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),