diff options
Diffstat (limited to 'zenstore/gc.cpp')
| -rw-r--r-- | zenstore/gc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/gc.cpp b/zenstore/gc.cpp index dfa3d54ab..bb03b9751 100644 --- a/zenstore/gc.cpp +++ b/zenstore/gc.cpp @@ -625,7 +625,7 @@ GcScheduler::SchedulerThread() NiceBytes(Space.Total), m_Config.Interval.count() ? fmt::format("{} until next GC", NiceTimeSpanMs(uint64_t(std::chrono::milliseconds(RemaingTime).count()))) - : std::string("next scheduled GC no set")); + : std::string("no GC scheduled")); // TODO: Trigger GC if max disk usage water mark is reached |