aboutsummaryrefslogtreecommitdiff
path: root/build2/b.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/b.cxx')
-rw-r--r--build2/b.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/build2/b.cxx b/build2/b.cxx
index 10d4cc5..91d59a5 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -1566,6 +1566,7 @@ main (int argc, char* argv[])
if (const dir_path* a = *rs.root_extra->amalgamation)
{
trace << " amalgamation: " << *a;
+ trace << " bundle scope: " << *rs.bundle_scope ();
trace << " strong scope: " << *rs.strong_scope ();
trace << " weak scope: " << *rs.weak_scope ();
}