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/version/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/version/init.cxx') diff --git a/build2/version/init.cxx b/build2/version/init.cxx index c4a0444..77fb35d 100644 --- a/build2/version/init.cxx +++ b/build2/version/init.cxx @@ -36,7 +36,7 @@ namespace build2 boot (scope& rs, const location& l, unique_ptr& mod) { tracer trace ("version::boot"); - l5 ([&]{trace << "for " << rs.out_path ();}); + l5 ([&]{trace << "for " << rs;}); // Extract the version from the manifest file. As well as summary and // url while at it. -- cgit v1.1