diff options
Diffstat (limited to 'build2/operation.cxx')
-rw-r--r-- | build2/operation.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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<target*> (vt)); - level5 ([&]{trace << "matching " << t;}); + l5 ([&]{trace << "matching " << t;}); match (a, t); } @@ -115,7 +115,7 @@ namespace build2 { target& t (*static_cast<target*> (v)); - level5 ([&]{trace << diag_doing (a, t);}); + l5 ([&]{trace << diag_doing (a, t);}); switch (execute (a, t)) { |