From d14b1c82259fb8bc3ec16ceeda293fbc5f5b56ed Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 20 Dec 2012 17:36:46 +0100 Subject: [PATCH] Use "debug" log level here. --- 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 8199a947c8..cbe31a1631 100644 --- a/src/xbt/config.c +++ b/src/xbt/config.c @@ -490,7 +490,7 @@ e_xbt_cfgelm_type_t xbt_cfg_get_type(xbt_cfg_t cfg, const char *name) "Can't get the type of '%s' since this variable does not exist", name); - XBT_INFO("type in variable = %d", (int)variable->type); + XBT_DEBUG("type in variable = %d", (int)variable->type); return variable->type; } -- 2.20.1