From 43e2b5010ba564bb545fb2aafd33abe5eb39c31c Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 21 Nov 2024 17:15:49 +0100 Subject: AnalyseAndBuild: properly pass the logger ... also to the ToResult method of the result map. --- src/buildtool/computed_roots/analyse_and_build.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/buildtool/computed_roots/analyse_and_build.cpp b/src/buildtool/computed_roots/analyse_and_build.cpp index 6fc4e24e..fb2a8da0 100644 --- a/src/buildtool/computed_roots/analyse_and_build.cpp +++ b/src/buildtool/computed_roots/analyse_and_build.cpp @@ -49,7 +49,7 @@ ReadOutputArtifacts(analysis_result->target); auto const [actions, blobs, trees] = analysis_result->result_map.ToResult( - analyse_context->statistics, analyse_context->progress); + analyse_context->statistics, analyse_context->progress, logger); auto const cache_targets = analysis_result->result_map.CacheTargets(); auto build_result = -- cgit v1.2.3