aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/cache/structuredcache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenserver/cache/structuredcache.cpp')
-rw-r--r--src/zenserver/cache/structuredcache.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/zenserver/cache/structuredcache.cpp b/src/zenserver/cache/structuredcache.cpp
index c9f942033..566df73c1 100644
--- a/src/zenserver/cache/structuredcache.cpp
+++ b/src/zenserver/cache/structuredcache.cpp
@@ -363,6 +363,10 @@ HttpStructuredCacheService::ScrubStorage(ScrubContext& Ctx)
return;
}
+ ZenCacheStore::Info Info = m_CacheStore.GetInfo();
+
+ ZEN_INFO("scrubbing '{}'", Info.Config.BasePath);
+
m_LastScrubTime = Ctx.ScrubTimestamp();
m_CidStore.ScrubStorage(Ctx);