aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx/module.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cxx/module.cxx')
-rw-r--r--build2/cxx/module.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/cxx/module.cxx b/build2/cxx/module.cxx
index f615129..35566d5 100644
--- a/build2/cxx/module.cxx
+++ b/build2/cxx/module.cxx
@@ -38,7 +38,7 @@ namespace build2
bool)
{
tracer trace ("cxx::init");
- level5 ([&]{trace << "for " << b.out_path ();});
+ l5 ([&]{trace << "for " << b.out_path ();});
// Initialize the bin module. Only do this if it hasn't already
// been loaded so that we don't overwrite user's bin.* settings.
@@ -286,7 +286,7 @@ namespace build2
if (m.empty ())
fail << "unable to determine '" << args[0] << "' compiler target";
- level4 ([&]{trace << "compiler targets " << m;});
+ l4 ([&]{trace << "compiler targets " << m;});
try
{