aboutsummaryrefslogtreecommitdiff
path: root/build2/dist/operation.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-02-29 11:21:46 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-02-29 11:21:46 +0200
commit6fa958ee23d0beb62f687d3d9137c774b4960197 (patch)
tree497e66e89cb6f65a24fd7e192ef8c5032974c82c /build2/dist/operation.cxx
parent3cf3b73ffc6881d5428a735736a347f6e143b366 (diff)
Rename level[1-6]() to l[1-6]()
Diffstat (limited to 'build2/dist/operation.cxx')
-rw-r--r--build2/dist/operation.cxx6
1 files changed, 3 insertions, 3 deletions
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<bool> (*l))
- level5 ([&]{trace << "excluding " << *ft;});
+ l5 ([&]{trace << "excluding " << *ft;});
else
files.push_back (ft);
@@ -228,7 +228,7 @@ namespace build2
if (l && as<bool> (*l))
{
- level5 ([&]{trace << "including " << *ft;});
+ l5 ([&]{trace << "including " << *ft;});
files.push_back (ft);
}