aboutsummaryrefslogtreecommitdiff
path: root/build2/rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/rule.cxx')
-rw-r--r--build2/rule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/rule.cxx b/build2/rule.cxx
index c0a34f9..55a35b9 100644
--- a/build2/rule.cxx
+++ b/build2/rule.cxx
@@ -59,7 +59,7 @@ namespace build2
if (ts != timestamp_nonexistent)
return t;
- level4 ([&]{trace << "no existing file for target " << t;});
+ l4 ([&]{trace << "no existing file for target " << t;});
return nullptr;
}
default: