aboutsummaryrefslogtreecommitdiff
path: root/bdep/status.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/status.cxx
parent7df25614e207c0751972938ff48bf9a44cc14748 (diff)
Adjust diagnostics
Diffstat (limited to 'bdep/status.cxx')
-rw-r--r--bdep/status.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/status.cxx b/bdep/status.cxx
index 727a568..4aa3fe6 100644
--- a/bdep/status.cxx
+++ b/bdep/status.cxx
@@ -130,7 +130,7 @@ namespace bdep
if (verb && cfgs.size () > 1)
{
text << (first ? "" : "\n")
- << "CONFIGURATION " << *c;
+ << "in configuration " << *c << ':';
first = false;
}