From bdbe999b43bcbc257c70efd27142a7b1da323808 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christophe=20Thi=C3=A9ry?= Date: Thu, 21 Apr 2011 11:16:42 +0200 Subject: [PATCH 1/1] For tesh, produce the same output for different context settings --- 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 b71e69c0f9..f5fd93c3a6 100644 --- a/src/xbt/config.c +++ b/src/xbt/config.c @@ -663,7 +663,7 @@ void xbt_cfg_set_parse(xbt_cfg_t cfg, const char *options) xbt_die("Setting CMD prop coordinates must be \"yes\""); } - if (strcmp(name,"contexts/factory")) + if (strncmp(name, "contexts/", strlen("contexts/"))) XBT_INFO("Configuration change: Set '%s' to '%s'", name, val); TRY { -- 2.20.1