修改net设备的uevent内容,使之与Linux语义一致

This commit is contained in:
val213
2024-10-14 00:24:52 +08:00
parent 178486f1e5
commit e67348c9b6
2 changed files with 8 additions and 5 deletions

View File

@ -133,7 +133,7 @@ pub extern "sysv64" fn syscall_handler(frame: &mut TrapFrame) {
show &= false;
}
}
show = false;
if show {
debug!("[SYS] [Pid: {:?}] [Call: {:?}]", pid, to_print);
}