X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/528fa2ce6be027b5428d122666ffc37706155449..3b013fc09cb58be09f9f8d3f3a8161cb92bdbb84:/src/xbt/log.c diff --git a/src/xbt/log.c b/src/xbt/log.c index 23482c3fb0..7c57168c03 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -107,6 +107,7 @@ static void xbt_log_connect_categories(void) XBT_LOG_CONNECT(xbt_dyn); XBT_LOG_CONNECT(xbt_ex); XBT_LOG_CONNECT(xbt_backtrace); + XBT_LOG_CONNECT(xbt_exception); XBT_LOG_CONNECT(xbt_fifo); XBT_LOG_CONNECT(xbt_graph); XBT_LOG_CONNECT(xbt_heap);