X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b3b356352e87ae00a20f737c48e19b0c8413455a..6e8589d6a8476d3d6dd2453d933ed9759cd215b0:/src/xbt/log.c diff --git a/src/xbt/log.c b/src/xbt/log.c index 002ca1240c..bf5168da6d 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -11,15 +11,15 @@ #include /* snprintf */ #include /* snprintf */ -#include "portable.h" /* to get a working stdarg.h */ +#include "src/portable.h" /* to get a working stdarg.h */ -#include "xbt_modinter.h" +#include "src/xbt_modinter.h" #include "xbt/misc.h" #include "xbt/ex.h" #include "xbt/str.h" #include "xbt/sysdep.h" -#include "xbt/log_private.h" +#include "src/xbt/log_private.h" #include "xbt/dynar.h" #include "xbt/xbt_os_thread.h" @@ -641,10 +641,8 @@ static void xbt_log_connect_categories(void) XBT_LOG_CONNECT(mc_dwarf); XBT_LOG_CONNECT(mc_hash); XBT_LOG_CONNECT(mc_ignore); - XBT_LOG_CONNECT(mcer_ignore); XBT_LOG_CONNECT(mc_liveness); XBT_LOG_CONNECT(mc_memory); - XBT_LOG_CONNECT(mc_memory_map); XBT_LOG_CONNECT(mc_page_snapshot); XBT_LOG_CONNECT(mc_request); XBT_LOG_CONNECT(mc_safety); @@ -655,7 +653,7 @@ static void xbt_log_connect_categories(void) XBT_LOG_CONNECT(mc_process); XBT_LOG_CONNECT(mc_protocol); XBT_LOG_CONNECT(mc_RegionSnaphot); - XBT_LOG_CONNECT(mc_server); + XBT_LOG_CONNECT(mc_ModelChecker); XBT_LOG_CONNECT(mc_state); #endif XBT_LOG_CONNECT(mc_global);