From a2c33dc5a1e3d508eb8a8cb8646fd7e0413c0cb5 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 11 Feb 2014 10:20:20 +0000 Subject: [PATCH] some additional information about quota --- src/ats/plugin_ats_proportional.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ats/plugin_ats_proportional.c b/src/ats/plugin_ats_proportional.c index 0aac085c5..03164f7ec 100644 --- a/src/ats/plugin_ats_proportional.c +++ b/src/ats/plugin_ats_proportional.c @@ -453,7 +453,8 @@ libgnunet_plugin_ats_proportional_init (void *cls) "# ATS addresses %s total", cur->desc); GNUNET_asprintf (&cur->stat_active, "# ATS active addresses %s total", cur->desc); - LOG (GNUNET_ERROR_TYPE_INFO, "Added network %u `%s' %p\n", c, cur->desc, s); + LOG (GNUNET_ERROR_TYPE_INFO, "Added network %u `%s' (%llu/%llu)\n", + c, cur->desc, cur->total_quota_in, cur->total_quota_out); } return s; } -- 2.25.1