aboutsummaryrefslogtreecommitdiff
path: root/build2/parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/parser.cxx')
-rw-r--r--build2/parser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/parser.cxx b/build2/parser.cxx
index f422c2f..1542cf6 100644
--- a/build2/parser.cxx
+++ b/build2/parser.cxx
@@ -5389,7 +5389,7 @@ namespace build2
l5 ([&]
{
if (root_ != nullptr)
- trace << "switching to root scope " << root_->out_path ();
+ trace << "switching to root scope " << *root_;
else
trace << "switching to out of project scope";
});