fix it back to old syscall printing style

This commit is contained in:
2024-10-17 06:05:49 +00:00
parent de148a1dd6
commit b9f27f44e4
9 changed files with 41 additions and 452 deletions

View File

@ -506,7 +506,7 @@ impl DeviceManager {
}
let kobject_parent = self.get_device_parent(&device, deivce_parent)?;
if let Some(ref kobj) = kobject_parent {
log::info!("kobject parent: {:?}", kobj.name());
log::debug!("kobject parent: {:?}", kobj.name());
}
if let Some(kobject_parent) = kobject_parent {
// debug!(