Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix the log hierarchy extraction wrt mc_main, that is not in libsimgrid
[simgrid.git] / src / xbt / log.c
index c690e8b..1b9fd48 100644 (file)
@@ -654,6 +654,7 @@ static void xbt_log_connect_categories(void)
   XBT_LOG_CONNECT(mc_comm_pattern);
   XBT_LOG_CONNECT(mc_process);
   XBT_LOG_CONNECT(mc_protocol);
+  XBT_LOG_CONNECT(mc_RegionSnaphot);
   XBT_LOG_CONNECT(mc_server);
   XBT_LOG_CONNECT(mc_state);
 #endif