projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85a2e0d
)
details
author
Christian Grothoff
<christian@grothoff.org>
Tue, 6 Apr 2010 11:21:38 +0000
(11:21 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 6 Apr 2010 11:21:38 +0000
(11:21 +0000)
src/util/bandwidth.c
patch
|
blob
|
history
diff --git
a/src/util/bandwidth.c
b/src/util/bandwidth.c
index 6cca58995a03b4047923d6a231e5a5fe05fd9d88..45f702f41a910e9261c757f822ed3c2c00e40005 100644
(file)
--- a/
src/util/bandwidth.c
+++ b/
src/util/bandwidth.c
@@
-257,8
+257,9
@@
GNUNET_BANDWIDTH_tracker_consume (struct GNUNET_BANDWIDTH_Tracker *av,
{
#if DEBUG_BANDWIDTH
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
- "Tracker %p consumption is above limit\n",
- av);
+ "Tracker %p consumption %llu bytes above limit\n",
+ av,
+ (unsigned long long) av->consumption_since_last_update__);
#endif
return GNUNET_YES;
}