fix
authorChristian Grothoff <christian@grothoff.org>
Wed, 2 Nov 2011 10:36:14 +0000 (10:36 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 2 Nov 2011 10:36:14 +0000 (10:36 +0000)
src/transport/gnunet-service-transport_neighbours.c

index f5720f407b36f7c5e719835b66c0d8adf3a41aa2..a1ce1364f2a1dd719821d96aeb8b42ae812362e6 100644 (file)
@@ -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));