From 1d788f0aa070c370acfaa33dee4004958c48c145 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 8 Feb 2005 13:10:15 +0000 Subject: [PATCH] log category declaration cleanup; add a pointer from the log category description to the main page of GRAS_API (YEAH\!) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@912 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/gras/gras.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.20.1