X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/faa8aeec1cac19b146adffeabe3fb4db846311b3..dee60c06c65803e929391a0102697323bda033e4:/src/xbt/config.c diff --git a/src/xbt/config.c b/src/xbt/config.c index 0585b4955a..456f47daed 100644 --- a/src/xbt/config.c +++ b/src/xbt/config.c @@ -636,8 +636,8 @@ 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); + if (strcmp(name,"contexts/factory")) + INFO2("Configuration change: Set '%s' to '%s'", name, val); TRY { variable = xbt_dict_get((xbt_dict_t) cfg, name);