diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-11-22 16:25:01 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-11-22 16:25:01 +0100 |
commit | 1fc94ee30c3c8b022475c1a41f4649d6db50f272 (patch) | |
tree | 78d4df8917728c73d1011ed8441945e18427580c /src/buildtool/main/build_utils.hpp | |
parent | 30f22abc8547621c1b63ac80e1ae4f4e23cafeb1 (diff) | |
download | justbuild-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.hpp | 2 |
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& |