Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Create a proper channel hierarchie for SD
[simgrid.git] / src / simdag / sd_global.c
index b0206eb..e3bf318 100644 (file)
@@ -3,7 +3,8 @@
 #include "xbt/dynar.h"
 #include "surf/surf.h"
 
-XBT_LOG_NEW_DEFAULT_SUBCATEGORY(sd_kernel, msg,
+XBT_LOG_NEW_CATEGORY(sd,"Logging specific to SimDag");
+XBT_LOG_NEW_DEFAULT_SUBCATEGORY(sd_kernel,sd,
                                "Logging specific to SimDag (kernel)");
 
 SD_global_t sd_global = NULL;