aboutsummaryrefslogtreecommitdiff
path: root/zenstore/gc.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2022-06-10 15:00:12 +0200
committerStefan Boberg <[email protected]>2022-06-10 15:00:12 +0200
commit36c5ce758788ce5edda2bff474314dc1836aca22 (patch)
tree682106f2a2d617f56f1132d83b27cdca6545abed /zenstore/gc.cpp
parentsentry: added logging of sentry_init error code (diff)
downloadzen-36c5ce758788ce5edda2bff474314dc1836aca22.tar.xz
zen-36c5ce758788ce5edda2bff474314dc1836aca22.zip
gc: improved message indicating no GC is scheduled
Diffstat (limited to 'zenstore/gc.cpp')
-rw-r--r--zenstore/gc.cpp2
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