aboutsummaryrefslogtreecommitdiff
path: root/build2/target.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/target.cxx')
-rw-r--r--build2/target.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/target.cxx b/build2/target.cxx
index 0a416bb..9d2f7af 100644
--- a/build2/target.cxx
+++ b/build2/target.cxx
@@ -205,7 +205,7 @@ namespace build2
const string* ext (k.ext);
if (t.ext != ext)
{
- level5 ([&]{
+ l5 ([&]{
diag_record r (trace);
r << "assuming target " << t << " is the same as the one with ";
if (ext == nullptr)