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/operation.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/operation.cxx') diff --git a/build2/operation.cxx b/build2/operation.cxx index 77350e8..ef620ba 100644 --- a/build2/operation.cxx +++ b/build2/operation.cxx @@ -92,7 +92,7 @@ namespace build2 for (void* vt: ts) { target& t (*static_cast (vt)); - level5 ([&]{trace << "matching " << t;}); + l5 ([&]{trace << "matching " << t;}); match (a, t); } @@ -115,7 +115,7 @@ namespace build2 { target& t (*static_cast (v)); - level5 ([&]{trace << diag_doing (a, t);}); + l5 ([&]{trace << diag_doing (a, t);}); switch (execute (a, t)) { -- cgit v1.1