From af959d56a01cc9112000d8cb9937d5a274db43f3 Mon Sep 17 00:00:00 2001 From: navarrop Date: Thu, 6 Jan 2011 12:36:48 +0000 Subject: [PATCH] Need to passe this line in debug due to cfg = raw, thread or ucontext in tests. One tesh file for 3 configurations. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9376 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/xbt/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xbt/config.c b/src/xbt/config.c index ea1a296d2b..67f2e4cfee 100644 --- a/src/xbt/config.c +++ b/src/xbt/config.c @@ -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); -- 2.20.1