aboutsummaryrefslogtreecommitdiff
path: root/build2/cc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-07-05 15:21:44 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-07-05 15:21:44 +0200
commit02178c2683349a5a47f313fb92e22f7d28039da4 (patch)
treeedadcc38f75d3820f8eea5069abc4505a74d67d5 /build2/cc
parent00f7b5de0ba9481a65bb1183adc6442f62b1633d (diff)
Fix incorrect trace
Diffstat (limited to 'build2/cc')
-rw-r--r--build2/cc/compile-rule.cxx2
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);
}