diff options
| author | Dan Engelbrecht <[email protected]> | 2023-10-02 16:00:19 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2023-10-02 16:00:19 +0200 |
| commit | dae7a972695f91365f2cc8cbb7a6b7bddae0980e (patch) | |
| tree | 67a8ae51f18112f212ae121fd46f471c9aa20a27 /src/zenstore/gc.cpp | |
| parent | 0.2.26-pre0 (diff) | |
| download | zen-0.2.26-pre0.tar.xz zen-0.2.26-pre0.zip | |
fix formatting of gc start messagev0.2.26-pre0
Diffstat (limited to 'src/zenstore/gc.cpp')
| -rw-r--r-- | src/zenstore/gc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |