X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b7c4ce8311e52876b3b669af4539f10c446c1383..1d788f0aa070c370acfaa33dee4004958c48c145:/src/gras/gras.c diff --git a/src/gras/gras.c b/src/gras/gras.c index 0fbbca9ce4..1fa31cf57c 100644 --- a/src/gras/gras.c +++ b/src/gras/gras.c @@ -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) {