From b37f1aa6398065be806e6605a023189685669885 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Feb 2017 03:55:15 +0200 Subject: Implement parallel match --- build2/cc/windows-manifest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/windows-manifest.cxx') diff --git a/build2/cc/windows-manifest.cxx b/build2/cc/windows-manifest.cxx index 0e38e7d..3b9c649 100644 --- a/build2/cc/windows-manifest.cxx +++ b/build2/cc/windows-manifest.cxx @@ -41,7 +41,7 @@ namespace build2 path link:: windows_manifest (const file& t, bool rpath_assembly) const { - tracer trace (x, "windows_manifest"); + tracer trace (x, "link::windows_manifest"); const scope& rs (t.root_scope ()); -- cgit v1.1