Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
log category declaration cleanup; add a pointer from the log category description...
[simgrid.git] / src / gras / gras.c
index 0fbbca9ce4ee7bfda699e34f7976ff58a99dcbd8..1fa31cf57c0278125f103c573b65c1507e4c55e8 100644 (file)
@@ -18,7 +18,7 @@
 #include "gras/cond.h"    /* gras_if_RL() => FIXME: killme when gras/sg works */
 #include "gras/process.h" /* FIXME: killme and put process_init in modinter */
 
-XBT_LOG_NEW_DEFAULT_CATEGORY(gras,"All GRAS categories");
+XBT_LOG_NEW_DEFAULT_SUBCATEGORY(gras,XBT_LOG_ROOT_CAT,"All GRAS categories (cf. section \ref GRAS_API)");
 static int gras_running_process = 0;
 
 void gras_init(int *argc,char **argv, const char *defaultlog) {