From: Christian Grothoff Date: Sat, 4 Jun 2011 22:29:41 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~18336 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=97469be15472c5a187658ffd978fc82dc24172f9;p=oweals%2Fgnunet.git fix --- diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c index 7199bbfc7..bbce0d199 100644 --- a/src/transport/plugin_transport_tcp.c +++ b/src/transport/plugin_transport_tcp.c @@ -747,8 +747,8 @@ tcp_address_to_string (void *cls, { GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, "tcp", - _("Unexpected address length: %u\n"), - addrlen); + _("Unexpected address length: %u bytes\n"), + (unsigned int) addrlen); GNUNET_break (0); return NULL; }