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/config/module.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/config/module.cxx') diff --git a/build2/config/module.cxx b/build2/config/module.cxx index 11b7aa1..6d2bd70 100644 --- a/build2/config/module.cxx +++ b/build2/config/module.cxx @@ -30,7 +30,7 @@ namespace build2 tracer trace ("config::boot"); const dir_path& out_root (root.out_path ()); - level5 ([&]{trace << "for " << out_root;}); + l5 ([&]{trace << "for " << out_root;}); // Register meta-operations. // @@ -66,7 +66,7 @@ namespace build2 return true; } - level5 ([&]{trace << "for " << root.out_path ();}); + l5 ([&]{trace << "for " << root.out_path ();}); // Register alias and fallback rule for the configure meta-operation. // -- cgit v1.1