Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a test for jenkins to try a few configuration options
[simgrid.git] / src / xbt / log.c
index a591421..7c57168 100644 (file)
@@ -106,6 +106,8 @@ static void xbt_log_connect_categories(void)
   XBT_LOG_CONNECT(xbt_dict_elm);
   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);