aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-02 10:36:14 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-02 10:36:14 +0000
commit0a9abb17bae7c51c6d8b04e50d6b8bcb2c98cf00 (patch)
treec6b3fff02c5bfd499f2f3a021731c82de564b8fe /src/transport/gnunet-service-transport_neighbours.c
parent05b0060019d4d0fec5ebf6c2a2e225a81698026d (diff)
downloadgnunet-0a9abb17bae7c51c6d8b04e50d6b8bcb2c98cf00.tar.gz
gnunet-0a9abb17bae7c51c6d8b04e50d6b8bcb2c98cf00.zip
fix
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.c')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c2
1 files changed, 1 insertions, 1 deletions
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,
1230 1230
1231#if DEBUG_TRANSPORT 1231#if DEBUG_TRANSPORT
1232 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 1232 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1233 "Sending outbound quota of %u Bps and inbound quota of % Bps for peer `%s' to all clients\n", 1233 "Sending outbound quota of %u Bps and inbound quota of %u Bps for peer `%s' to all clients\n",
1234 ntohl (n->bandwidth_out.value__), 1234 ntohl (n->bandwidth_out.value__),
1235 ntohl (n->bandwidth_in.value__), 1235 ntohl (n->bandwidth_in.value__),
1236 GNUNET_i2s (peer)); 1236 GNUNET_i2s (peer));