Fix debug log reference to removed underlying_devices field
This commit is contained in:
parent
5134c5320a
commit
9f34c67bfa
@ -113,8 +113,8 @@ impl DiskCollector {
|
|||||||
});
|
});
|
||||||
|
|
||||||
debug!(
|
debug!(
|
||||||
"Storage pool '{}' ({}) at {} with {} underlying drives",
|
"Storage pool '{}' ({}) at {} with {} detected drives",
|
||||||
fs_config.name, fs_config.storage_type, fs_config.mount_point, fs_config.underlying_devices.len()
|
fs_config.name, fs_config.storage_type, fs_config.mount_point, device_names.len()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user