From: Arnaud Giersch Date: Thu, 30 Jun 2011 14:52:05 +0000 (+0200) Subject: Add log message about number of hosts in platform file. X-Git-Tag: v0.1~43 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/a77431693d24e104822393392f1f089e306c29f2?ds=sidebyside;hp=--cc Add log message about number of hosts in platform file. --- a77431693d24e104822393392f1f089e306c29f2 diff --git a/main.cpp b/main.cpp index 5cf3728..aa964bb 100644 --- a/main.cpp +++ b/main.cpp @@ -234,6 +234,7 @@ int main(int argc, char* argv[]) MSG_create_environment(opt::platform_file.c_str()); XBT_DEBUG("Creating hostdata..."); hostdata::create(); + XBT_INFO("Loaded description of %zd hosts.", hostdata::size()); XBT_DEBUG("Deploying processes..."); if (opt::auto_depl::enabled) { if (!opt::auto_depl::nhosts)