Fix debug log reference to removed underlying_devices field

This commit is contained in:
Christoffer Martinsson 2025-10-23 18:56:16 +02:00
parent 5134c5320a
commit 9f34c67bfa

View File

@ -113,8 +113,8 @@ impl DiskCollector {
});
debug!(
"Storage pool '{}' ({}) at {} with {} underlying drives",
fs_config.name, fs_config.storage_type, fs_config.mount_point, fs_config.underlying_devices.len()
"Storage pool '{}' ({}) at {} with {} detected drives",
fs_config.name, fs_config.storage_type, fs_config.mount_point, device_names.len()
);
}
Err(e) => {