X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f5e8daaa6e9f74521068aa75837200bcd182ea6..10beade7f2e5b5b7f318c3847602cc1ddbf09c99:/src/gras/Msg/gras_msg_mod.c diff --git a/src/gras/Msg/gras_msg_mod.c b/src/gras/Msg/gras_msg_mod.c index fd330100b3..04f37181df 100644 --- a/src/gras/Msg/gras_msg_mod.c +++ b/src/gras/Msg/gras_msg_mod.c @@ -72,7 +72,7 @@ void gras_msg_init(void) if (_gras_msgtype_set != NULL) return; - VERB0("Initializing Msg"); + XBT_VERB("Initializing Msg"); _gras_msgtype_set = xbt_set_new(); @@ -92,7 +92,7 @@ void gras_msg_init(void) */ void gras_msg_exit(void) { - VERB0("Exiting Msg"); + XBT_VERB("Exiting Msg"); xbt_set_free(&_gras_msgtype_set); xbt_mallocator_free(gras_msg_ctx_mallocator);