aboutsummaryrefslogtreecommitdiff
path: root/src/util/bandwidth.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-06 11:21:38 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-06 11:21:38 +0000
commit6b2588d92b23b0b59a1bc87a739fd7b400c70c9f (patch)
treefe0ef41644172a7bd0951f9fad5d14fa695d40f2 /src/util/bandwidth.c
parent85a2e0d5b24495e0b2595a76a3205c4970a71fce (diff)
downloadgnunet-6b2588d92b23b0b59a1bc87a739fd7b400c70c9f.tar.gz
gnunet-6b2588d92b23b0b59a1bc87a739fd7b400c70c9f.zip
details
Diffstat (limited to 'src/util/bandwidth.c')
-rw-r--r--src/util/bandwidth.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/util/bandwidth.c b/src/util/bandwidth.c
index 6cca58995..45f702f41 100644
--- a/src/util/bandwidth.c
+++ b/src/util/bandwidth.c
@@ -257,8 +257,9 @@ GNUNET_BANDWIDTH_tracker_consume (struct GNUNET_BANDWIDTH_Tracker *av,
257 { 257 {
258#if DEBUG_BANDWIDTH 258#if DEBUG_BANDWIDTH
259 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 259 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
260 "Tracker %p consumption is above limit\n", 260 "Tracker %p consumption %llu bytes above limit\n",
261 av); 261 av,
262 (unsigned long long) av->consumption_since_last_update__);
262#endif 263#endif
263 return GNUNET_YES; 264 return GNUNET_YES;
264 } 265 }