diff options
Diffstat (limited to 'zenstore/compactcas.cpp')
| -rw-r--r-- | zenstore/compactcas.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/zenstore/compactcas.cpp b/zenstore/compactcas.cpp index 5dd4cf5ac..6c6fd2436 100644 --- a/zenstore/compactcas.cpp +++ b/zenstore/compactcas.cpp @@ -880,10 +880,7 @@ CasContainerStrategy::CollectGarbage(GcContext& GcCtx) DeletedChunks.insert(DeletedChunks.end(), DeleteMap.begin(), DeleteMap.end()); MovedBlockChunks.clear(); - ZEN_DEBUG("marking cas store file in '{}' for delete , block #{}, '{}'", - m_ContainerBaseName, - BlockIndex, - OldBlockFile->GetPath()); + ZEN_DEBUG("marking cas store file in '{}' for delete , block #{}, '{}'", m_ContainerBaseName, BlockIndex, OldBlockFile->GetPath()); std::error_code Ec; OldBlockFile->MarkAsDeleteOnClose(Ec); if (Ec) |