gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r13396 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r13396 - gnunet/src/util
Date: Tue, 26 Oct 2010 15:05:44 +0200

Author: wachs
Date: 2010-10-26 15:05:44 +0200 (Tue, 26 Oct 2010)
New Revision: 13396

Modified:
   gnunet/src/util/bandwidth.c
Log:
changed bps (bits per second) to Bps (bytes per second)


Modified: gnunet/src/util/bandwidth.c
===================================================================
--- gnunet/src/util/bandwidth.c 2010-10-26 13:04:00 UTC (rev 13395)
+++ gnunet/src/util/bandwidth.c 2010-10-26 13:05:44 UTC (rev 13396)
@@ -42,7 +42,7 @@
 
 #if DEBUG_BANDWIDTH
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-             "Initializing bandwidth of %u bps\n",
+             "Initializing bandwidth of %u Bps\n",
              (unsigned int) bytes_per_second);
 #endif
   ret.value__ = htonl (bytes_per_second);
@@ -151,7 +151,7 @@
   av->max_carry_s__ = max_carry_s;
 #if DEBUG_BANDWIDTH
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-             "Tracker %p initialized with %u bps and max carry %u\n",
+             "Tracker %p initialized with %u Bps and max carry %u\n",
              av,
              (unsigned int) av->available_bytes_per_s__,
              (unsigned int) max_carry_s);
@@ -188,7 +188,7 @@
     }
 #if DEBUG_BANDWIDTH
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-             "Tracker %p  updated, have %u bps last update was %llu ms ago\n",
+             "Tracker %p  updated, have %u Bps, last update was %llu ms ago\n",
              av,
              (unsigned int) av->available_bytes_per_s__,
              (unsigned long long) (now.value - av->last_update__.value));
@@ -342,7 +342,7 @@
   new_limit = ntohl (bytes_per_second_limit.value__);
 #if DEBUG_BANDWIDTH
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-             "Tracker %p bandwith changed to %u bps\n",
+             "Tracker %p bandwith changed to %u Bps\n",
              av,             
              (unsigned int) new_limit);
 #endif




reply via email to

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