Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Need to passe this line in debug due to cfg = raw, thread or ucontext in tests.
[simgrid.git] / src / xbt / config.c
index ea1a296..67f2e4c 100644 (file)
@@ -636,7 +636,7 @@ void xbt_cfg_set_parse(xbt_cfg_t cfg, const char *options)
     }
     *(val++) = '\0';
 
-    INFO2("Configuration change: Set '%s' to '%s'", name, val);
+    DEBUG2("Configuration change: Set '%s' to '%s'", name, val);
 
     TRY {
       variable = xbt_dict_get((xbt_dict_t) cfg, name);