aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/compile-rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/compile-rule.cxx')
-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);
}