more fixes...
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 26 Oct 2010 13:08:22 +0000 (13:08 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 26 Oct 2010 13:08:22 +0000 (13:08 +0000)
src/util/bandwidth.c

index 658f79b20581be63a78a8facb1ada9a1632c026b..f20f9afbf2c9d9563c55ea7450bff2938083a6b1 100644 (file)
@@ -318,7 +318,7 @@ GNUNET_BANDWIDTH_tracker_get_available (struct GNUNET_BANDWIDTH_Tracker *av)
   used = av->consumption_since_last_update__;
 #if DEBUG_BANDWIDTH
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-             "Tracker %p  available bandwith is %lld ms\n",
+             "Tracker %p  available bandwidth is %lld bytes\n",
              av,             
              (long long) (int64_t) (avail - used));
 #endif
@@ -342,7 +342,7 @@ GNUNET_BANDWIDTH_tracker_update_quota (struct GNUNET_BANDWIDTH_Tracker *av,
   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 bandwidth changed to %u Bps\n",
              av,             
              (unsigned int) new_limit);
 #endif