diff options
| author | Stefan Boberg <[email protected]> | 2023-10-05 13:53:05 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-10-05 13:53:05 +0200 |
| commit | e8d70062293aac497b294b25fdcea97f65a8f480 (patch) | |
| tree | b699acc13c524458e2eb4caa22b1d679107fe851 /src/zenstore/gc.cpp | |
| parent | 0.2.26-pre2 (diff) | |
| download | zen-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.cpp | 2 |
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; |