Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This way of passing arguments has changed since a long time.
[simgrid.git] / src / xbt / config.c
index cbe31a1..64082db 100644 (file)
@@ -644,7 +644,7 @@ void xbt_cfg_set_parse(xbt_cfg_t cfg, const char *options) {
     }
     *(val++) = '\0';
 
-    if (strncmp(name, "contexts/", strlen("contexts/")))
+    if (strncmp(name, "contexts/", strlen("contexts/")) && strncmp(name, "path", strlen("path")))
       XBT_INFO("Configuration change: Set '%s' to '%s'", name, val);
 
     TRY {