diff options
Diffstat (limited to 'zenstore/filecas.cpp')
| -rw-r--r-- | zenstore/filecas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/filecas.cpp b/zenstore/filecas.cpp index 23e3f4cd8..79867dcfa 100644 --- a/zenstore/filecas.cpp +++ b/zenstore/filecas.cpp @@ -669,7 +669,7 @@ FileCasStrategy::Scrub(ScrubContext& Ctx) if (!BadHashes.empty()) { - ZEN_ERROR("file CAS scrubbing: {} bad chunks found", BadHashes.size()); + ZEN_WARN("file CAS scrubbing: {} bad chunks found", BadHashes.size()); if (Ctx.RunRecovery()) { |