details
authorChristian Grothoff <christian@grothoff.org>
Tue, 6 Apr 2010 11:21:38 +0000 (11:21 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 6 Apr 2010 11:21:38 +0000 (11:21 +0000)
src/util/bandwidth.c

index 6cca58995a03b4047923d6a231e5a5fe05fd9d88..45f702f41a910e9261c757f822ed3c2c00e40005 100644 (file)
@@ -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;
        }