aboutsummaryrefslogtreecommitdiff
path: root/build2/algorithm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/algorithm.cxx')
-rw-r--r--build2/algorithm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/algorithm.cxx b/build2/algorithm.cxx
index fbc1a69..dab12c9 100644
--- a/build2/algorithm.cxx
+++ b/build2/algorithm.cxx
@@ -321,7 +321,7 @@ namespace build2
if (!d.sub (out_root) || d == out_root)
return;
- level6 ([&]{trace << "for " << t;});
+ l6 ([&]{trace << "for " << t;});
fsdir& dt (search<fsdir> (d, string (), nullptr, &s));
match (a, dt);