From 1430fc48988e28d5db9883c044dee7267ca9cdd4 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 19 May 2014 08:52:26 +0000 Subject: reduce log level when solution was found within optimality gap --- src/ats/plugin_ats_mlp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ats/plugin_ats_mlp.c') diff --git a/src/ats/plugin_ats_mlp.c b/src/ats/plugin_ats_mlp.c index c1d665de4..d2e29cc77 100644 --- a/src/ats/plugin_ats_mlp.c +++ b/src/ats/plugin_ats_mlp.c @@ -1381,7 +1381,7 @@ GAS_mlp_solve_problem (void *solver) if ( (mlp->ps.mlp_gap <= mlp->pv.mip_gap) || (mlp->ps.lp_mlp_gap <= mlp->pv.lp_mip_gap) ) { - LOG (GNUNET_ERROR_TYPE_WARNING, + LOG (GNUNET_ERROR_TYPE_INFO, "Solution of MLP problem is feasible and solution within gap constraints: %s, %s\n", mlp_solve_to_string (mip_res), mlp_status_to_string (mip_status)); -- cgit v1.2.3