From: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Date: Wed, 31 Aug 2011 18:48:19 +0000 (+0200)
Subject: Cosmetics: split long line.
X-Git-Tag: v0.1~21
X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/5d1712c42d9e55e896c0a7d2acec2fde03bfc3d7?hp=68a5f658c68d3637a503f608394d398d1ba3855f

Cosmetics: split long line.
---

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 =