X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d6f9ff17895dbe0393bb0c31a04fffdd052da678..3082f058f27fdbc39b5daebf6a720ab2272d6585:/src/xbt/log.c diff --git a/src/xbt/log.c b/src/xbt/log.c index ae4b051d65..2884b35776 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -359,7 +359,6 @@ Here are the existing format directives: - %%l: location where the log event was raised (LOG4J compatible, like '%%F:%%L' -- this is a l as in 'l'etter) - %%L: line number where the log event was raised (LOG4J compatible) - %%M: function name (LOG4J compatible -- called method name here of course). - Defined only when using gcc because there is no __FUNCTION__ elsewhere. - %%b: full backtrace (Called %%throwable in LOG4J). Defined only under windows or when using the GNU libc because backtrace() is not defined @@ -621,7 +620,6 @@ static void xbt_log_connect_categories(void) XBT_LOG_CONNECT(mc_checkpoint); XBT_LOG_CONNECT(mc_comm_determinism); XBT_LOG_CONNECT(mc_compare); - XBT_LOG_CONNECT(mc_diff); XBT_LOG_CONNECT(mc_dwarf); XBT_LOG_CONNECT(mc_hash); XBT_LOG_CONNECT(mc_liveness); @@ -629,7 +627,7 @@ static void xbt_log_connect_categories(void) XBT_LOG_CONNECT(mc_page_snapshot); XBT_LOG_CONNECT(mc_request); XBT_LOG_CONNECT(mc_safety); - XBT_LOG_CONNECT(mc_visited); + XBT_LOG_CONNECT(mc_VisitedState); XBT_LOG_CONNECT(mc_client); XBT_LOG_CONNECT(mc_client_api); XBT_LOG_CONNECT(mc_comm_pattern);