aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/gc.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-10-05 13:53:05 +0200
committerStefan Boberg <[email protected]>2023-10-05 13:53:05 +0200
commite8d70062293aac497b294b25fdcea97f65a8f480 (patch)
treeb699acc13c524458e2eb4caa22b1d679107fe851 /src/zenstore/gc.cpp
parent0.2.26-pre2 (diff)
downloadzen-e8d70062293aac497b294b25fdcea97f65a8f480.tar.xz
zen-e8d70062293aac497b294b25fdcea97f65a8f480.zip
trivial: log output typo in GC
Diffstat (limited to 'src/zenstore/gc.cpp')
-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 03f0e2ae9..d86bfd0fa 100644
--- a/src/zenstore/gc.cpp
+++ b/src/zenstore/gc.cpp
@@ -980,7 +980,7 @@ GcScheduler::SchedulerThread()
}
if (DiskSizeSoftLimit != 0 && DiskSizeSoftLimit > TotalSize.DiskSize)
{
- Sb.Append(fmt::format(" Disk usagage GC in {}.", NiceBytes(DiskSizeSoftLimit - TotalSize.DiskSize)));
+ Sb.Append(fmt::format(" Disk usage GC in {}.", NiceBytes(DiskSizeSoftLimit - TotalSize.DiskSize)));
}
}
NextTriggerStatus = Sb;