From cde3ea58802c700ed8fd3b11e46eb973a7018a12 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 19 Jun 2019 08:38:56 +0200 Subject: Improve diagnostics --- build2/parser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/parser.cxx') 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"; }); -- cgit v1.1