X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9e4875c2d328b4708ff67275882a164446db8d1e..54c944632710ef84463fdf2de37b8f834e561a25:/src/config_unit.c diff --git a/src/config_unit.c b/src/config_unit.c index aee0d7304a..34691661b9 100644 --- a/src/config_unit.c +++ b/src/config_unit.c @@ -12,7 +12,8 @@ #include "xbt.h" #include "xbt/ex.h" -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_cfg, xbt, "configuration support"); +XBT_LOG_EXTERNAL_CATEGORY(xbt_cfg); +XBT_LOG_DEFAULT_CATEGORY(xbt_cfg); static xbt_cfg_t make_set()