From 02178c2683349a5a47f313fb92e22f7d28039da4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 5 Jul 2019 15:21:44 +0200 Subject: Fix incorrect trace --- build2/cc/compile-rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build2/cc/compile-rule.cxx b/build2/cc/compile-rule.cxx index 7490517..147b3fe 100644 --- a/build2/cc/compile-rule.cxx +++ b/build2/cc/compile-rule.cxx @@ -988,7 +988,7 @@ namespace build2 { // Note: trace is used in a test. // - l5 ([&]{trace << "extracting headers from " << t;}); + l5 ([&]{trace << "extracting headers from " << src;}); psrc = extract_headers (a, bs, t, li, src, md, dd, u, mt); } -- cgit v1.1