Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Disable a XBT_LOG_CONNECT (this one is not in libsimgrid)
authorGabriel Corona <gabriel.corona@enst-bretagne.fr>
Sat, 25 Jul 2015 08:46:49 +0000 (10:46 +0200)
committerGabriel Corona <gabriel.corona@enst-bretagne.fr>
Sat, 25 Jul 2015 09:06:20 +0000 (11:06 +0200)
src/xbt/log.c

index d65a9f3..28e2506 100644 (file)
@@ -643,7 +643,8 @@ static void xbt_log_connect_categories(void)
   XBT_LOG_CONNECT(mc_ignore);
   XBT_LOG_CONNECT(mcer_ignore);
   XBT_LOG_CONNECT(mc_liveness);
-  XBT_LOG_CONNECT(mc_main);
+  // This one is not in libsimgrid:
+  // XBT_LOG_CONNECT(mc_main);
   XBT_LOG_CONNECT(mc_memory);
   XBT_LOG_CONNECT(mc_memory_map);
   XBT_LOG_CONNECT(mc_page_snapshot);