aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/module.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-06-19 08:38:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-06-19 08:38:56 +0200
commitcde3ea58802c700ed8fd3b11e46eb973a7018a12 (patch)
tree03038c64f62b30b56334e7988e6add370520c895 /build2/cc/module.cxx
parenta5b95ad0d6ee18f2deb9e98e3058efd12bf0f492 (diff)
Improve diagnostics
Diffstat (limited to 'build2/cc/module.cxx')
-rw-r--r--build2/cc/module.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/module.cxx b/build2/cc/module.cxx
index 436688a..aa775ae 100644
--- a/build2/cc/module.cxx
+++ b/build2/cc/module.cxx
@@ -423,7 +423,7 @@ namespace build2
diag_record dr (text);
{
- dr << x << ' ' << project (rs) << '@' << rs.out_path () << '\n'
+ dr << x << ' ' << project (rs) << '@' << rs << '\n'
<< " " << left << setw (11) << x << ci.path << '\n'
<< " id " << ci.id << '\n'
<< " version " << ci.version.string << '\n'