Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make logger mc_compare a subcategory of mc.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 14 Feb 2022 09:12:24 +0000 (10:12 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 14 Feb 2022 09:12:24 +0000 (10:12 +0100)
src/mc/compare.cpp

index 3ad86ea..6f9bed7 100644 (file)
@@ -11,7 +11,7 @@
 
 #include <algorithm>
 
-XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_compare, xbt, "Logging specific to mc_compare in mc");
+XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_compare, mc, "Logging specific to mc_compare in mc");
 
 using simgrid::mc::remote;