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
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