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/operation.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'build2/config/operation.cxx') 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