aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-29 14:30:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-29 14:30:21 +0200
commit14196b5836b01a48044d73b09dff96da3a97751b (patch)
tree60ded758e4bbe909afb70c43094de049f675430e /bdep/sync.cxx
parent4e8c11d66d01617626de96e6b441a9568a0b86a2 (diff)
Adjust configuration header in 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 4bf190c..f3a68ea 100644
--- a/bdep/sync.cxx
+++ b/bdep/sync.cxx
@@ -208,7 +208,7 @@ namespace bdep
if (verb && cfgs.size () > 1)
{
text << (first ? "" : "\n")
- << "in configuration " << *c << ':';
+ << "CONFIGURATION " << *c;
first = false;
}