diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-07-05 15:21:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-07-05 15:21:44 +0200 |
commit | 02178c2683349a5a47f313fb92e22f7d28039da4 (patch) | |
tree | edadcc38f75d3820f8eea5069abc4505a74d67d5 | |
parent | 00f7b5de0ba9481a65bb1183adc6442f62b1633d (diff) |
Fix incorrect trace
-rw-r--r-- | build2/cc/compile-rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |