aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache/structuredcachestore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zenserver/cache/structuredcachestore.cpp')
-rw-r--r--zenserver/cache/structuredcachestore.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/zenserver/cache/structuredcachestore.cpp b/zenserver/cache/structuredcachestore.cpp
index 143f43deb..6311fc2c5 100644
--- a/zenserver/cache/structuredcachestore.cpp
+++ b/zenserver/cache/structuredcachestore.cpp
@@ -1410,7 +1410,7 @@ ZenCacheDiskLayer::CacheBucket::CollectGarbage(GcContext& GcCtx)
{
ZEN_TRACE_CPU("Z$::DiskLayer::CacheBucket::CollectGarbage");
- std::vector<DiskIndexEntry> ExpiredStandaloneEntries;
+ ZEN_INFO("collecting garbage from '{}'", m_BucketDir / m_BucketName);
Stopwatch TotalTimer;
uint64_t WriteBlockTimeUs = 0;
@@ -1473,6 +1473,7 @@ ZenCacheDiskLayer::CacheBucket::CollectGarbage(GcContext& GcCtx)
return;
}
+ std::vector<DiskIndexEntry> ExpiredStandaloneEntries;
IndexMap Index;
BlockStore::ReclaimSnapshotState BlockStoreState;
{