GC: fix logging leftover bad chunks
fixes commit b4fb262335
, 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…
Reference in New Issue