X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/95b11095f38bb2b508878eb860d1b52ca7e9d09c..9c53d11f3dbe8183a96a65bac266577e85e72ebe:/tools/graphicator/graphicator.c diff --git a/tools/graphicator/graphicator.c b/tools/graphicator/graphicator.c index b4186394d0..cebd30da14 100644 --- a/tools/graphicator/graphicator.c +++ b/tools/graphicator/graphicator.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2008-2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -18,7 +18,7 @@ int main(int argc, char **argv) { XBT_LOG_CONNECT(graphicator); #ifdef HAVE_TRACING - MSG_global_init(&argc, argv); + MSG_init(&argc, argv); if (argc < 3){ XBT_INFO("Usage: %s ", argv[0]); @@ -33,7 +33,6 @@ int main(int argc, char **argv) if (status == 0){ XBT_INFO ("%s expects --cfg=tracing:1 --cfg=tracing/platform:1", argv[0]); } - MSG_clean(); #else XBT_INFO ("works only if simgrid was compiled with tracing enabled."); #endif