gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r33317 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r33317 - gnunet/src/ats
Date: Mon, 19 May 2014 10:52:27 +0200

Author: wachs
Date: 2014-05-19 10:52:26 +0200 (Mon, 19 May 2014)
New Revision: 33317

Modified:
   gnunet/src/ats/plugin_ats_mlp.c
Log:
reduce log level when solution was found within optimality gap


Modified: gnunet/src/ats/plugin_ats_mlp.c
===================================================================
--- gnunet/src/ats/plugin_ats_mlp.c     2014-05-18 14:01:27 UTC (rev 33316)
+++ gnunet/src/ats/plugin_ats_mlp.c     2014-05-19 08:52:26 UTC (rev 33317)
@@ -1381,7 +1381,7 @@
         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));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]