From dae7a972695f91365f2cc8cbb7a6b7bddae0980e Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Mon, 2 Oct 2023 16:00:19 +0200 Subject: fix formatting of gc start message --- src/zenstore/gc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/zenstore/gc.cpp b/src/zenstore/gc.cpp index b63be04bb..17d5e740c 100644 --- a/src/zenstore/gc.cpp +++ b/src/zenstore/gc.cpp @@ -1132,7 +1132,7 @@ GcScheduler::CollectGarbage(const GcClock::TimePoint& CacheExpireTime, } } - ZEN_INFO("garbage collection STARTING, small objects gc {}, CAS. Cache cutoff time {}, project store cutoff time {}", + ZEN_INFO("garbage collection STARTING, small objects gc {}, {} CAS. Cache cutoff time {}, project store cutoff time {}", GcCtx.CollectSmallObjects() ? "ENABLED"sv : "DISABLED"sv, SkipCid ? "skip"sv : "include"sv, CacheExpireTime, -- cgit v1.2.3