Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Test if the config name is "simix/context" is better.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 6 Jan 2011 12:44:48 +0000 (12:44 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 6 Jan 2011 12:44:48 +0000 (12:44 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9377 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/xbt/config.c

index 67f2e4c..7377b0c 100644 (file)
@@ -636,7 +636,8 @@ void xbt_cfg_set_parse(xbt_cfg_t cfg, const char *options)
     }
     *(val++) = '\0';
 
     }
     *(val++) = '\0';
 
-    DEBUG2("Configuration change: Set '%s' to '%s'", name, val);
+    if(strcmp(name,"simix/context"))
+    INFO2("Configuration change: Set '%s' to '%s'", name, val);
 
     TRY {
       variable = xbt_dict_get((xbt_dict_t) cfg, name);
 
     TRY {
       variable = xbt_dict_get((xbt_dict_t) cfg, name);