diff options
| author | Stefan Boberg <[email protected]> | 2021-10-05 18:10:19 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-10-05 18:10:19 +0200 |
| commit | 09fa320db4c7727c04eb88f5d19c4c1a3b2189e8 (patch) | |
| tree | 0d0649b08d8ee479287e8ef4cc6f2507a74f9ed5 /zenstore/compactcas.cpp | |
| parent | http: Exclude iothreadpool from compilation on non-Windows (diff) | |
| parent | Pass logger from Zen client to session instead from spdlog registry. (diff) | |
| download | zen-09fa320db4c7727c04eb88f5d19c4c1a3b2189e8.tar.xz zen-09fa320db4c7727c04eb88f5d19c4c1a3b2189e8.zip | |
Merge branch 'main' of https://github.com/EpicGames/zen into main
Diffstat (limited to 'zenstore/compactcas.cpp')
| -rw-r--r-- | zenstore/compactcas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/compactcas.cpp b/zenstore/compactcas.cpp index 5fc3ac356..612f87c7c 100644 --- a/zenstore/compactcas.cpp +++ b/zenstore/compactcas.cpp @@ -254,7 +254,7 @@ CasContainerStrategy::Scrub(ScrubContext& Ctx) // be used to invalidate higher level data structures more efficiently // than a full validation pass might be able to do - Ctx.ReportBadChunks(BadChunkHashes); + Ctx.ReportBadCasChunks(BadChunkHashes); } void |