GC: fix logging leftover bad chunks
fixes commit b4fb2623355259528587a0ab87e3970e6bb73b40, which copied over the "Removed bad files:" block, but only adapted the log text, not the actual variable. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6b7688aa98
commit
932390bd46
@ -563,7 +563,7 @@ impl DataStore {
|
||||
}
|
||||
|
||||
if gc_status.still_bad > 0 {
|
||||
crate::task_log!(worker, "Bad chunks: {}", gc_status.removed_bad);
|
||||
crate::task_log!(worker, "Bad chunks: {}", gc_status.still_bad);
|
||||
}
|
||||
|
||||
crate::task_log!(
|
||||
|
Loading…
x
Reference in New Issue
Block a user