From: Arnaud Giersch Date: Mon, 21 Feb 2011 14:54:25 +0000 (+0100) Subject: Add debug messages. X-Git-Tag: v0.1~121 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/8d9632b768c69fa38bfc00cb58fcc9b7f3524755?ds=sidebyside Add debug messages. --- diff --git a/main.cpp b/main.cpp index ad59642..fc0843a 100644 --- a/main.cpp +++ b/main.cpp @@ -171,8 +171,11 @@ int main(int argc, char* argv[]) MSG_function_register_default(simulation_main); // Create the platform and the application. + XBT_DEBUG("Loading platform file..."); MSG_create_environment(opt::platform_file.c_str()); + XBT_DEBUG("Creating hostdata..."); hostdata::create(); + XBT_DEBUG("Deploying processes..."); if (opt::auto_depl::enabled) { if (!opt::auto_depl::nhosts) opt::auto_depl::nhosts = hostdata::size();