From: mquinson Date: Wed, 10 Oct 2007 15:55:26 +0000 (+0000) Subject: cosmetics X-Git-Tag: v3.3~994 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b50a07be6e7ad1e96521f16137571f7f84f97f5f?hp=e6a8d8720982ba6b6e58c71ee002eab1b222e6ca;ds=sidebyside cosmetics git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4797 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/gras/gras.c b/src/gras/gras.c index 98c538a5dc..9314a25ef5 100644 --- a/src/gras/gras.c +++ b/src/gras/gras.c @@ -25,7 +25,7 @@ #include "gras/Msg/msg_private.h" #include "portable.h" /* hexa_*(); signalling stuff */ -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(gras,XBT_LOG_ROOT_CAT,"All GRAS categories (cf. section \ref GRAS_API)"); +XBT_LOG_NEW_DEFAULT_CATEGORY(gras,"All GRAS categories (cf. section \ref GRAS_API)"); static int gras_running_process = 0; #if defined(HAVE_SIGNAL) && defined(HAVE_SIGNAL_H) static void gras_sigusr_handler(int sig) {