aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-12 13:29:50 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-12 13:29:50 +0000
commit6eb32ed63533079eae317c66ed0307b806541828 (patch)
tree7c557f32f758051f9c50f7f7d8d8730663f91c99
parentcd1d130fa88017f9189791b69b020a77f1daf44e (diff)
downloadgnunet-6eb32ed63533079eae317c66ed0307b806541828.tar.gz
gnunet-6eb32ed63533079eae317c66ed0307b806541828.zip
log
-rw-r--r--src/ats/ats_api.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ats/ats_api.c b/src/ats/ats_api.c
index 2025ff538..50d7d4dd4 100644
--- a/src/ats/ats_api.c
+++ b/src/ats/ats_api.c
@@ -226,8 +226,11 @@ suggest_address (void *cls, const GNUNET_HashCode * key, void *value)
226 struct AllocationRecord *ar = value; 226 struct AllocationRecord *ar = value;
227 227
228#if DEBUG_ATS 228#if DEBUG_ATS
229 LOG (GNUNET_ERROR_TYPE_DEBUG, "Suggesting address for peer `%s'\n", 229 LOG (GNUNET_ERROR_TYPE_DEBUG,
230 GNUNET_h2s (key)); 230 "Suggesting address for peer `%s', starting with i:%u/o:%u bytes/s\n",
231 GNUNET_h2s (key),
232 asc->atc->total_bps_in/32,
233 asc->atc->total_bps_out/32);
231#endif 234#endif
232 235
233 /* trivial strategy: pick first available address... */ 236 /* trivial strategy: pick first available address... */