From 14196b5836b01a48044d73b09dff96da3a97751b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 29 Mar 2018 14:30:21 +0200 Subject: Adjust configuration header in diagnostics --- bdep/sync.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bdep/sync.cxx') 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; } -- cgit v1.1