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/install/module.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/install/module.cxx') diff --git a/build2/install/module.cxx b/build2/install/module.cxx index 03daef1..754fcb5 100644 --- a/build2/install/module.cxx +++ b/build2/install/module.cxx @@ -105,7 +105,7 @@ namespace build2 { tracer trace ("install::boot"); - level5 ([&]{trace << "for " << r.out_path ();}); + l5 ([&]{trace << "for " << r.out_path ();}); // Register the install operation. // @@ -129,7 +129,7 @@ namespace build2 } const dir_path& out_root (r.out_path ()); - level5 ([&]{trace << "for " << out_root;}); + l5 ([&]{trace << "for " << out_root;}); // Enter module variables. // -- cgit v1.1