gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r17441 - gnunet/src/transport
Date: Thu, 13 Oct 2011 15:27:06 +0200

Author: wachs
Date: 2011-10-13 15:27:06 +0200 (Thu, 13 Oct 2011)
New Revision: 17441

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


Modified: gnunet/src/transport/gnunet-service-transport.c
===================================================================
--- gnunet/src/transport/gnunet-service-transport.c     2011-10-13 13:22:05 UTC 
(rev 17440)
+++ gnunet/src/transport/gnunet-service-transport.c     2011-10-13 13:27:06 UTC 
(rev 17441)
@@ -340,7 +340,7 @@
 
 #if DEBUG_TRANSPORT
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Sending outbound quota of %u Bps for 
peer `%s' to all clients\n",
-              ntohl (bandwidth_out.value__), GNUNET_i2s (target));
+              ntohl (bandwidth_out.value__), GNUNET_i2s (peer));
 #endif
   struct QuotaSetMessage msg;
   msg.header.size = htons (sizeof (struct QuotaSetMessage));
@@ -351,7 +351,7 @@
 
 #if DEBUG_TRANSPORT
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Setting inbound quota of %u for peer 
`%s' to \n",
-              ntohl (bandwidth_in.value__), GNUNET_i2s (target));
+              ntohl (bandwidth_in.value__), GNUNET_i2s (peer));
 #endif
   GST_neighbours_set_incoming_quota (peer, bandwidth_in);
 }




reply via email to

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