Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use "debug" log level here.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 20 Dec 2012 16:36:46 +0000 (17:36 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 20 Dec 2012 16:36:46 +0000 (17:36 +0100)
src/xbt/config.c

index 8199a94..cbe31a1 100644 (file)
@@ -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);
 
            "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;
 }
 
   return variable->type;
 }