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:
cd1d130
)
log
author
Christian Grothoff
<christian@grothoff.org>
Wed, 12 Oct 2011 13:29:50 +0000
(13:29 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 12 Oct 2011 13:29:50 +0000
(13:29 +0000)
src/ats/ats_api.c
patch
|
blob
|
history
diff --git
a/src/ats/ats_api.c
b/src/ats/ats_api.c
index 2025ff5381812da70796525e9d2ff0943c7a7a3f..50d7d4dd4b4a0f9cc9f55a6a0b7c9f2b50818fbe 100644
(file)
--- 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... */