From 6fa958ee23d0beb62f687d3d9137c774b4960197 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 29 Feb 2016 11:21:46 +0200 Subject: Rename level[1-6]() to l[1-6]() --- build2/rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/rule.cxx') 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: -- cgit v1.1