aboutsummaryrefslogtreecommitdiff
path: root/bdep/config.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/config.cxx')
-rw-r--r--bdep/config.cxx14
1 files changed, 9 insertions, 5 deletions
diff --git a/bdep/config.cxx b/bdep/config.cxx
index db282c4..8d33155 100644
--- a/bdep/config.cxx
+++ b/bdep/config.cxx
@@ -512,10 +512,14 @@ namespace bdep
//
path.swap (c->path);
- diag_record dr (text);
- dr << "moved configuration ";
- print_configuration (dr, c, false /* flags */);
- dr << " to " << path;
+ {
+ diag_record dr (text);
+ dr << "moved configuration ";
+ print_configuration (dr, c, false /* flags */);
+ dr << " to " << path;
+ }
+
+ info << "explicit sync command is required for changes to take effect";
}
return 0;
@@ -742,7 +746,7 @@ namespace bdep
print_configuration (dr, c);
}
- info << "explicit bdep-sync is required for changes to take effect";
+ info << "explicit sync command is required for changes to take effect";
}
return 0;