summaryrefslogtreecommitdiff
path: root/src/buildtool/main/build_utils.hpp
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-11-22 16:25:01 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-11-22 16:25:01 +0100
commit1fc94ee30c3c8b022475c1a41f4649d6db50f272 (patch)
tree78d4df8917728c73d1011ed8441945e18427580c /src/buildtool/main/build_utils.hpp
parent30f22abc8547621c1b63ac80e1ae4f4e23cafeb1 (diff)
downloadjustbuild-1fc94ee30c3c8b022475c1a41f4649d6db50f272.tar.gz
build_utils: fix doc string
When the signature changed in df4ac66b272d1e26df42855143dda79fc268b558, the doc string should have been adapted as well. Do this now.
Diffstat (limited to 'src/buildtool/main/build_utils.hpp')
-rw-r--r--src/buildtool/main/build_utils.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/main/build_utils.hpp b/src/buildtool/main/build_utils.hpp
index 8e971b15..633d6d7e 100644
--- a/src/buildtool/main/build_utils.hpp
+++ b/src/buildtool/main/build_utils.hpp
@@ -81,7 +81,7 @@ static const std::function<std::string(Artifact::ObjectInfo const&)>
};
/// \brief Write the target cache entries resulting after a build.
-/// \param strict_logging Bump warnings to actual errors.
+/// \param log_level the level at which to report failure
void WriteTargetCacheEntries(
std::unordered_map<TargetCacheKey, AnalysedTargetPtr> const& cache_targets,
std::unordered_map<ArtifactDescription, Artifact::ObjectInfo> const&