From 9063aa4930e4336712d34d850ca3bca575a8c2ea Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 21 Jan 2016 17:22:26 +0200 Subject: Clean up config module diagnostics --- build2/config/operation.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2') diff --git a/build2/config/operation.cxx b/build2/config/operation.cxx index 141b618..f450f21 100644 --- a/build2/config/operation.cxx +++ b/build2/config/operation.cxx @@ -41,7 +41,7 @@ namespace build2 path f (out_root / src_root_file); if (verb) - text << (verb >= 2 ? "config::save_src_root " : "save ") << f; + text << (verb >= 2 ? "config::save " : "save ") << f; try { @@ -70,7 +70,7 @@ namespace build2 path f (out_root / config_file); if (verb) - text << (verb >= 2 ? "config::save_config " : "save ") << f; + text << (verb >= 2 ? "config::save " : "save ") << f; try { -- cgit v1.1