aboutsummaryrefslogtreecommitdiff
path: root/src/ats/plugin_ats_mlp.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-06-05 07:32:12 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-06-05 07:32:12 +0000
commit51a395674550157d59f08098a628d6e0d8f5b3cc (patch)
tree2227dc233537a8e8bc871a34ff4f741ae28444c0 /src/ats/plugin_ats_mlp.c
parentd48b67def5de194f0eeb169eead9a271822b01b2 (diff)
downloadgnunet-51a395674550157d59f08098a628d6e0d8f5b3cc.tar.gz
gnunet-51a395674550157d59f08098a628d6e0d8f5b3cc.zip
reducing output
Diffstat (limited to 'src/ats/plugin_ats_mlp.c')
-rw-r--r--src/ats/plugin_ats_mlp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/plugin_ats_mlp.c b/src/ats/plugin_ats_mlp.c
index d2e29cc77..436a58b0e 100644
--- a/src/ats/plugin_ats_mlp.c
+++ b/src/ats/plugin_ats_mlp.c
@@ -2495,7 +2495,7 @@ libgnunet_plugin_ats_mlp_init (void *cls)
2495 mlp->pv.quota_in[c] = env->in_quota[c2]; 2495 mlp->pv.quota_in[c] = env->in_quota[c2];
2496 2496
2497 found = GNUNET_YES; 2497 found = GNUNET_YES;
2498 LOG (GNUNET_ERROR_TYPE_ERROR, 2498 LOG (GNUNET_ERROR_TYPE_INFO,
2499 "Quota for network `%s' (in/out) %llu/%llu\n", 2499 "Quota for network `%s' (in/out) %llu/%llu\n",
2500 GNUNET_ATS_print_network_type(mlp->pv.quota_index[c]), 2500 GNUNET_ATS_print_network_type(mlp->pv.quota_index[c]),
2501 mlp->pv.quota_out[c], 2501 mlp->pv.quota_out[c],