aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-02-11 10:20:20 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-02-11 10:20:20 +0000
commita2c33dc5a1e3d508eb8a8cb8646fd7e0413c0cb5 (patch)
tree5f9272be477f2ca87a385ec1eaf8bf174fd6e164 /src
parentaa7ba7f32e905f463ee16ff0d6bbc4403a430776 (diff)
downloadgnunet-a2c33dc5a1e3d508eb8a8cb8646fd7e0413c0cb5.tar.gz
gnunet-a2c33dc5a1e3d508eb8a8cb8646fd7e0413c0cb5.zip
some additional information about quota
Diffstat (limited to 'src')
-rw-r--r--src/ats/plugin_ats_proportional.c3
1 files changed, 2 insertions, 1 deletions
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)
453 "# ATS addresses %s total", cur->desc); 453 "# ATS addresses %s total", cur->desc);
454 GNUNET_asprintf (&cur->stat_active, 454 GNUNET_asprintf (&cur->stat_active,
455 "# ATS active addresses %s total", cur->desc); 455 "# ATS active addresses %s total", cur->desc);
456 LOG (GNUNET_ERROR_TYPE_INFO, "Added network %u `%s' %p\n", c, cur->desc, s); 456 LOG (GNUNET_ERROR_TYPE_INFO, "Added network %u `%s' (%llu/%llu)\n",
457 c, cur->desc, cur->total_quota_in, cur->total_quota_out);
457 } 458 }
458 return s; 459 return s;
459} 460}