aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-04-19 18:50:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-04-19 18:50:07 +0200
commit084046cffaeaeaa49a78950656b769fd84d7a17b (patch)
treedf821486ccea615d7ff6a6952f54e945797ff2a7 /bdep/sync.cxx
parent7df25614e207c0751972938ff48bf9a44cc14748 (diff)
Adjust diagnostics
Diffstat (limited to 'bdep/sync.cxx')
-rw-r--r--bdep/sync.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/sync.cxx b/bdep/sync.cxx
index a52d309..370e4f4 100644
--- a/bdep/sync.cxx
+++ b/bdep/sync.cxx
@@ -211,7 +211,7 @@ namespace bdep
if (verb && cfgs.size () > 1)
{
text << (first ? "" : "\n")
- << "CONFIGURATION " << *c;
+ << "in configuration " << *c << ':';
first = false;
}