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/cc/module.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/module.cxx') 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' -- cgit v1.1