diff options
Diffstat (limited to 'zenstore')
| -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 eeaec6f36..b481dead5 100644 --- a/zenstore/compactcas.cpp +++ b/zenstore/compactcas.cpp @@ -320,7 +320,7 @@ CasContainerStrategy::CollectGarbage(GcContext& GcCtx) const bool GcEnabled = GcCtx.IsDeletionMode() && GcCtx.IsContainerGcEnabled(); - if (GcEnabled) + if (!GcEnabled) { ZEN_INFO("garbage collect from '{}' DISABLED, found #{} {} chunks of total #{} {}", m_Config.RootDirectory / m_ContainerBaseName, |