Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Test if the config name is "simix/context" is better.
[simgrid.git] / src / xbt / config.c
index ea1a296..7377b0c 100644 (file)
@@ -636,6 +636,7 @@ void xbt_cfg_set_parse(xbt_cfg_t cfg, const char *options)
     }
     *(val++) = '\0';
 
+    if(strcmp(name,"simix/context"))
     INFO2("Configuration change: Set '%s' to '%s'", name, val);
 
     TRY {