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/install/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/install') diff --git a/build2/install/init.cxx b/build2/install/init.cxx index 3c2b0d1..06bef86 100644 --- a/build2/install/init.cxx +++ b/build2/install/init.cxx @@ -132,7 +132,7 @@ namespace build2 boot (scope& rs, const location&, unique_ptr&) { tracer trace ("install::boot"); - l5 ([&]{trace << "for " << rs.out_path ();}); + l5 ([&]{trace << "for " << rs;}); // Register install function family if this is the first instance of the // install modules. -- cgit v1.1