aboutsummaryrefslogtreecommitdiff
path: root/bdep/init.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/init.cxx')
-rw-r--r--bdep/init.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/bdep/init.cxx b/bdep/init.cxx
index 6fda0a2..8f6a855 100644
--- a/bdep/init.cxx
+++ b/bdep/init.cxx
@@ -74,7 +74,7 @@ namespace bdep
if (verb && cfgs.size () > 1)
{
text << (first ? "" : "\n")
- << "initializing in configuration " << *c;
+ << "in configuration " << *c << ":";
first = false;
}
@@ -100,8 +100,7 @@ namespace bdep
}) != c->packages.end ())
{
if (verb)
- info << "package " << p.name << " is already initialized "
- << "in configuration " << *c;
+ info << "package " << p.name << " is already initialized";
continue;
}