aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx/link.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cxx/link.cxx')
-rw-r--r--build2/cxx/link.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cxx/link.cxx b/build2/cxx/link.cxx
index 3b5b857..9abcd73 100644
--- a/build2/cxx/link.cxx
+++ b/build2/cxx/link.cxx
@@ -429,7 +429,7 @@ namespace build2
//
if (seen_c && !seen_cxx && hint < "cxx")
{
- level4 ([&]{trace << "c prerequisite(s) without c++ or hint";});
+ l4 ([&]{trace << "c prerequisite(s) without c++ or hint";});
return nullptr;
}