log
authorChristian Grothoff <christian@grothoff.org>
Wed, 12 Oct 2011 13:29:50 +0000 (13:29 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 12 Oct 2011 13:29:50 +0000 (13:29 +0000)
src/ats/ats_api.c

index 2025ff5381812da70796525e9d2ff0943c7a7a3f..50d7d4dd4b4a0f9cc9f55a6a0b7c9f2b50818fbe 100644 (file)
@@ -226,8 +226,11 @@ suggest_address (void *cls, const GNUNET_HashCode * key, void *value)
   struct AllocationRecord *ar = value;
 
 #if DEBUG_ATS
-  LOG (GNUNET_ERROR_TYPE_DEBUG, "Suggesting address for peer `%s'\n",
-       GNUNET_h2s (key));
+  LOG (GNUNET_ERROR_TYPE_DEBUG,
+       "Suggesting address for peer `%s', starting with i:%u/o:%u bytes/s\n",
+       GNUNET_h2s (key),
+       asc->atc->total_bps_in/32,
+       asc->atc->total_bps_out/32);
 #endif
 
   /* trivial strategy: pick first available address... */