aboutsummaryrefslogtreecommitdiff
path: root/src/ats
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
parentd48b67def5de194f0eeb169eead9a271822b01b2 (diff)
downloadgnunet-51a395674550157d59f08098a628d6e0d8f5b3cc.tar.gz
gnunet-51a395674550157d59f08098a628d6e0d8f5b3cc.zip
reducing output
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/perf_ats_solver.conf2
-rw-r--r--src/ats/plugin_ats_mlp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ats/perf_ats_solver.conf b/src/ats/perf_ats_solver.conf
index c68075bf6..00657d895 100644
--- a/src/ats/perf_ats_solver.conf
+++ b/src/ats/perf_ats_solver.conf
@@ -49,7 +49,7 @@ MLP_MIN_BANDWIDTH = 10
49MLP_DBG_AUTOSCALE_PROBLEM = YES 49MLP_DBG_AUTOSCALE_PROBLEM = YES
50# MLP_DBG_INTOPT_PRESOLVE = YES 50# MLP_DBG_INTOPT_PRESOLVE = YES
51# Print GLPK output 51# Print GLPK output
52MLP_DBG_GLPK_VERBOSE = YES 52# MLP_DBG_GLPK_VERBOSE = YES
53 53
54#MLP_DBG_OPTIMIZE_UTILITY = NO 54#MLP_DBG_OPTIMIZE_UTILITY = NO
55#MLP_DBG_OPTIMIZE_QUALITY = NO 55#MLP_DBG_OPTIMIZE_QUALITY = NO
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],