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/dist/operation.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build2/dist/operation.cxx') diff --git a/build2/dist/operation.cxx b/build2/dist/operation.cxx index fba0ab5..4105110 100644 --- a/build2/dist/operation.cxx +++ b/build2/dist/operation.cxx @@ -140,7 +140,7 @@ namespace build2 if (rs != t.base_scope ().root_scope ()) fail << "out of project target " << t; - level5 ([&]{trace << diag_doing (a, t);}); + l5 ([&]{trace << diag_doing (a, t);}); match (a, t); } @@ -213,7 +213,7 @@ namespace build2 auto l ((*ft)[dist_var]); if (l && !as (*l)) - level5 ([&]{trace << "excluding " << *ft;}); + l5 ([&]{trace << "excluding " << *ft;}); else files.push_back (ft); @@ -228,7 +228,7 @@ namespace build2 if (l && as (*l)) { - level5 ([&]{trace << "including " << *ft;}); + l5 ([&]{trace << "including " << *ft;}); files.push_back (ft); } -- cgit v1.1