diff options
-rw-r--r-- | src/ats/perf_ats_solver.conf | 2 | ||||
-rw-r--r-- | src/ats/plugin_ats_mlp.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ats/perf_ats_solver.conf b/src/ats/perf_ats_solver.conf index c68075bf64..00657d895a 100644 --- a/src/ats/perf_ats_solver.conf +++ b/src/ats/perf_ats_solver.conf @@ -49,7 +49,7 @@ MLP_MIN_BANDWIDTH = 10 MLP_DBG_AUTOSCALE_PROBLEM = YES # MLP_DBG_INTOPT_PRESOLVE = YES # Print GLPK output -MLP_DBG_GLPK_VERBOSE = YES +# MLP_DBG_GLPK_VERBOSE = YES #MLP_DBG_OPTIMIZE_UTILITY = NO #MLP_DBG_OPTIMIZE_QUALITY = NO diff --git a/src/ats/plugin_ats_mlp.c b/src/ats/plugin_ats_mlp.c index d2e29cc77c..436a58b0e0 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) mlp->pv.quota_in[c] = env->in_quota[c2]; found = GNUNET_YES; - LOG (GNUNET_ERROR_TYPE_ERROR, + LOG (GNUNET_ERROR_TYPE_INFO, "Quota for network `%s' (in/out) %llu/%llu\n", GNUNET_ATS_print_network_type(mlp->pv.quota_index[c]), mlp->pv.quota_out[c], |