aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-24 08:29:21 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-24 08:29:21 +0000
commit6cb165524b50f52824c76a08bd3f1101b48dad21 (patch)
tree41edf14b2b2a8b3607d656569cf86273a4b5ced9 /src/transport/plugin_transport_udp.c
parent24acaf1a6cd96f630641096e6d01fd26f3c6963b (diff)
downloadgnunet-6cb165524b50f52824c76a08bd3f1101b48dad21.tar.gz
gnunet-6cb165524b50f52824c76a08bd3f1101b48dad21.zip
fix compile error
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index 9812416de..fa632f28a 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -1197,7 +1197,7 @@ udp_read (struct Plugin *plugin, struct GNUNET_NETWORK_Handle *rsock)
1197#if DEBUG_UDP 1197#if DEBUG_UDP
1198 LOG (GNUNET_ERROR_TYPE_DEBUG, 1198 LOG (GNUNET_ERROR_TYPE_DEBUG,
1199 "UDP processes %u-byte acknowledgement from `%s' at `%s'\n", 1199 "UDP processes %u-byte acknowledgement from `%s' at `%s'\n",
1200 (unsigned int) ntohs (msg->size), GNUNET_i2s (&udp->sender), 1200 (unsigned int) ntohs (msg->size), GNUNET_i2s (&udp_ack->sender),
1201 GNUNET_a2s ((const struct sockaddr *) addr, fromlen)); 1201 GNUNET_a2s ((const struct sockaddr *) addr, fromlen));
1202#endif 1202#endif
1203 1203