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 ++-- build2/config/operation.cxx | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'build2/config') 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. // diff --git a/build2/config/operation.cxx b/build2/config/operation.cxx index f450f21..6199f8b 100644 --- a/build2/config/operation.cxx +++ b/build2/config/operation.cxx @@ -170,7 +170,7 @@ namespace build2 // if (a.operation () == default_id) { - level5 ([&]{trace << "completely configuring " << out_root;}); + l5 ([&]{trace << "completely configuring " << out_root;}); // Save src-root.build unless out_root is the same as src. // @@ -282,7 +282,7 @@ namespace build2 const location&) { tracer trace ("disfigure_load"); - level6 ([&]{trace << "skipping " << bf;}); + l6 ([&]{trace << "skipping " << bf;}); } static void @@ -292,7 +292,7 @@ namespace build2 action_targets& ts) { tracer trace ("disfigure_search"); - level6 ([&]{trace << "collecting " << root.out_path ();}); + l6 ([&]{trace << "collecting " << root.out_path ();}); ts.push_back (&root); } @@ -364,7 +364,7 @@ namespace build2 // if (a.operation () == default_id) { - level5 ([&]{trace << "completely disfiguring " << out_root;}); + l5 ([&]{trace << "completely disfiguring " << out_root;}); m = rmfile (out_root / config_file) || m; @@ -433,7 +433,7 @@ namespace build2 // Reset the dependency state since anything that could have been // loaded earlier using a previous configuration is now invalid. // - level6 ([&]{trace << "resetting dependency state";}); + l6 ([&]{trace << "resetting dependency state";}); reset (); } -- cgit v1.1