mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 17:26:31 +00:00
fix it back to old syscall printing style
This commit is contained in:
@ -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!(
|
||||
|
Reference in New Issue
Block a user