Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
unify the log channels for SG and RL implementations of xbt_synchro
[simgrid.git] / src / xbt / xbt_sg_synchro.c
index 8cd0d25..2befd04 100644 (file)
@@ -18,8 +18,8 @@
 #include "simix/simix.h"        /* used implementation */
 #include "simix/datatypes.h"
 
-XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_sync_sg, xbt,
-                                "Synchronization mechanism (SG)");
+XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_sync, xbt,
+                                "Synchronization mechanism");
 
 /* the implementation would be cleaner (and faster) with ELF symbol aliasing */