aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/zenstore/gc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenstore/gc.cpp b/src/zenstore/gc.cpp
index b2b574799..15dff40f5 100644
--- a/src/zenstore/gc.cpp
+++ b/src/zenstore/gc.cpp
@@ -2398,6 +2398,7 @@ GcScheduler::CollectGarbage(const GcClock::TimePoint& CacheExpireTime,
SB.Append(fmt::format(" Enable validation: {}\n", Settings.EnableValidation));
}
SB.Append(fmt::format(" Cache cutoff time: {}\n", Settings.CacheExpireTime));
+ SB.Append(fmt::format(" Project store cutoff time: {}\n", Settings.ProjectStoreExpireTime));
};
{