From 084046cffaeaeaa49a78950656b769fd84d7a17b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 19 Apr 2018 18:50:07 +0200 Subject: Adjust diagnostics --- bdep/status.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bdep/status.cxx') 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; } -- cgit v1.1