refact bucket replication

This commit is contained in:
lygn128
2025-07-01 04:08:02 +00:00
parent 4fa389c047
commit f62db65a39
7 changed files with 27 additions and 35 deletions
+1 -1
View File
@@ -759,7 +759,7 @@ impl ScannerItem {
let replication = match metadata_sys::get_replication_config(&oi.bucket).await {
Ok((replication, _)) => replication,
Err(_) => {
error!("heal_replication: failed to get replication config for bucket {} {}", oi.bucket, oi.name);
error!("heal_replication: failed to get replication config for bucket: {} and object name: {}", oi.bucket, oi.name);
return;
}
};