aboutsummaryrefslogtreecommitdiff
path: root/build2/config/operation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/config/operation.cxx')
-rw-r--r--build2/config/operation.cxx4
1 files changed, 2 insertions, 2 deletions
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
{