aboutsummaryrefslogtreecommitdiff
path: root/build2/version/init.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/version/init.cxx')
-rw-r--r--build2/version/init.cxx2
1 files changed, 1 insertions, 1 deletions
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<module_base>& 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.