From 0a9abb17bae7c51c6d8b04e50d6b8bcb2c98cf00 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 2 Nov 2011 10:36:14 +0000 Subject: [PATCH] fix --- src/transport/gnunet-service-transport_neighbours.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.25.1