Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
grmbl
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 8 May 2017 21:17:57 +0000 (23:17 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 8 May 2017 21:17:57 +0000 (23:17 +0200)
src/mc/mc_base.cpp

index 0725417..1a3a1a3 100644 (file)
@@ -35,7 +35,7 @@
 using simgrid::mc::remote;
 #endif
 
 using simgrid::mc::remote;
 #endif
 
-XBT_LOG_NEW_CATEGORY(mc, "All MC categories");
+XBT_LOG_NEW_DEFAULT_CATEGORY(mc, "All MC categories");
 
 int MC_random(int min, int max)
 {
 
 int MC_random(int min, int max)
 {