From: Christian Grothoff Date: Wed, 2 Nov 2011 10:36:14 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~16116 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0a9abb17bae7c51c6d8b04e50d6b8bcb2c98cf00;p=oweals%2Fgnunet.git fix --- diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c index f5720f407..a1ce1364f 100644 --- a/src/transport/gnunet-service-transport_neighbours.c +++ b/src/transport/gnunet-service-transport_neighbours.c @@ -1230,7 +1230,7 @@ GST_neighbours_switch_to_address_3way (const struct GNUNET_PeerIdentity *peer, #if DEBUG_TRANSPORT GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "Sending outbound quota of %u Bps and inbound quota of % Bps for peer `%s' to all clients\n", + "Sending outbound quota of %u Bps and inbound quota of %u Bps for peer `%s' to all clients\n", ntohl (n->bandwidth_out.value__), ntohl (n->bandwidth_in.value__), GNUNET_i2s (peer));