From 25eb62acb2bc74f7d1837301987701be3e74540c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 22 Aug 2016 17:23:49 +0200 Subject: Add few extra tracing statements --- build2/b.cxx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'build2/b.cxx') diff --git a/build2/b.cxx b/build2/b.cxx index 0522d47..ca7af1c 100644 --- a/build2/b.cxx +++ b/build2/b.cxx @@ -794,10 +794,13 @@ main (int argc, char* argv[]) if (verb >= 5) { trace << "bootstrapped " << tn << ':'; - trace << " out_base: " << out_base; - trace << " src_base: " << src_base; - trace << " out_root: " << out_root; - trace << " src_root: " << src_root; + trace << " out_base: " << out_base; + trace << " src_base: " << src_base; + trace << " out_root: " << out_root; + trace << " src_root: " << src_root; + + if (auto l = rs.vars["amalgamation"]) + trace << " amalgamat: " << cast (l); } const path& bfn (ops.buildfile ()); -- cgit v1.1