aboutsummaryrefslogtreecommitdiff
path: root/build2/install
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/install
parent3cf3b73ffc6881d5428a735736a347f6e143b366 (diff)
Rename level[1-6]() to l[1-6]()
Diffstat (limited to 'build2/install')
-rw-r--r--build2/install/module.cxx4
-rw-r--r--build2/install/rule.cxx2
2 files changed, 3 insertions, 3 deletions
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.
//
diff --git a/build2/install/rule.cxx b/build2/install/rule.cxx
index c570a41..f4fe164 100644
--- a/build2/install/rule.cxx
+++ b/build2/install/rule.cxx
@@ -67,7 +67,7 @@ namespace build2
if (l && as<dir_path> (*l).string () == "false")
{
- level5 ([&]{trace << "ignoring " << pt;});
+ l5 ([&]{trace << "ignoring " << pt;});
continue;
}