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/cli/module.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cli/module.cxx') diff --git a/build2/cli/module.cxx b/build2/cli/module.cxx index e4f2716..018947a 100644 --- a/build2/cli/module.cxx +++ b/build2/cli/module.cxx @@ -37,7 +37,7 @@ namespace build2 bool optional) { tracer trace ("cli::init"); - level5 ([&]{trace << "for " << base.out_path ();}); + l5 ([&]{trace << "for " << base.out_path ();}); // Make sure the cxx module has been loaded since we need its // targets types (?xx{}). Note that we don't try to load it -- cgit v1.1