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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/config/operation.cxx b/build2/config/operation.cxx
index 7d6fc74..f857330 100644
--- a/build2/config/operation.cxx
+++ b/build2/config/operation.cxx
@@ -225,7 +225,7 @@ namespace build2
dr << warn (loc) << "saving previously inherited variable "
<< var;
- dr << info (loc) << "because project " << r->out_path ()
+ dr << info (loc) << "because project " << *r
<< " no longer uses it in its configuration";
if (verb >= 2)