gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r17911 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r17911 - gnunet/src/transport
Date: Wed, 2 Nov 2011 11:36:14 +0100

Author: grothoff
Date: 2011-11-02 11:36:14 +0100 (Wed, 02 Nov 2011)
New Revision: 17911

Modified:
   gnunet/src/transport/gnunet-service-transport_neighbours.c
Log:
fix

Modified: gnunet/src/transport/gnunet-service-transport_neighbours.c
===================================================================
--- gnunet/src/transport/gnunet-service-transport_neighbours.c  2011-11-02 
10:21:36 UTC (rev 17910)
+++ gnunet/src/transport/gnunet-service-transport_neighbours.c  2011-11-02 
10:36:14 UTC (rev 17911)
@@ -1230,7 +1230,7 @@
 
 #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));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]