X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e6a8d8720982ba6b6e58c71ee002eab1b222e6ca..b50a07be6e7ad1e96521f16137571f7f84f97f5f:/src/gras/gras.c 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) {