From: Christian Grothoff Date: Wed, 12 Oct 2011 13:29:50 +0000 (+0000) Subject: log X-Git-Tag: initial-import-from-subversion-38251~16592 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6eb32ed63533079eae317c66ed0307b806541828;p=oweals%2Fgnunet.git log --- 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) 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... */