From: Arnaud Giersch Date: Thu, 31 Oct 2013 13:37:45 +0000 (+0100) Subject: Connect new log categories. X-Git-Tag: v3_10_rc1~28 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9db01cb7fbb5e419ed3a6ab12e40d30e26a0bfe9 Connect new log categories. --- diff --git a/src/xbt/log.c b/src/xbt/log.c index 9d2aee7f6f..dbea34ad13 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -607,6 +607,8 @@ static void xbt_log_connect_categories(void) XBT_LOG_CONNECT(instr_routing); XBT_LOG_CONNECT(instr_sd); XBT_LOG_CONNECT(instr_surf); + XBT_LOG_CONNECT(instr_trace); + XBT_LOG_CONNECT(instr_TI_trace); #endif /* jedule */