X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/a77431693d24e104822393392f1f089e306c29f2..5d1712c42d9e55e896c0a7d2acec2fde03bfc3d7:/main.cpp?ds=sidebyside diff --git a/main.cpp b/main.cpp index aa964bb..61dfd42 100644 --- a/main.cpp +++ b/main.cpp @@ -245,7 +245,8 @@ int main(int argc, char* argv[]) opt::auto_depl::nhosts = hostdata::size(); } if (opt::auto_depl::load == 0.0) { - XBT_WARN("Initial load is zero! Falling back on old behaviour."); + XBT_WARN("Initial load is zero! " + "Falling back on old behaviour (load = nhosts)."); opt::auto_depl::load = opt::auto_depl::nhosts; } else if (opt::auto_depl::load < 0.0) opt::auto_depl::load =