fix
authorChristian Grothoff <christian@grothoff.org>
Sat, 4 Jun 2011 22:29:41 +0000 (22:29 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 4 Jun 2011 22:29:41 +0000 (22:29 +0000)
src/transport/plugin_transport_tcp.c

index 7199bbfc79ae468cfdc8c937ac168316138b1633..bbce0d1999d4f6ba668d4875e31f30664ed34792 100644 (file)
@@ -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;
     }