aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/zenstore/gc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenstore/gc.cpp b/src/zenstore/gc.cpp
index ef8945d91..bddc3a42a 100644
--- a/src/zenstore/gc.cpp
+++ b/src/zenstore/gc.cpp
@@ -991,8 +991,8 @@ GcScheduler::SchedulerThread()
NiceBytes(TotalSize.DiskSize),
DiskSizeSoftLimit == 0 ? "" : fmt::format(", {} soft limit", NiceBytes(DiskSizeSoftLimit)),
m_Config.RootDirectory,
+ NiceBytes(Space.Total - Space.Free),
NiceBytes(Space.Free),
- NiceBytes(Space.Total),
NiceTimeSpanMs(uint64_t(std::chrono::milliseconds(LoadGraphTime).count())),
NiceTimeSpanMs(uint64_t(std::chrono::milliseconds(LoadGraphTime).count() / PressureGraphLength)),
LoadGraph,