mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-29 14:13:22 +00:00
feat(log): 将内核日志统一为新的logger (#814)
This commit is contained in:
@ -566,7 +566,7 @@ impl EventPoll {
|
||||
// 记数加一
|
||||
res += 1;
|
||||
|
||||
// crate::kdebug!("ep send {event:?}");
|
||||
// crate::debug!("ep send {event:?}");
|
||||
|
||||
if ep_events.contains(EPollEventType::EPOLLONESHOT) {
|
||||
let mut event_writer = epitem.event.write();
|
||||
|
Reference in New Issue
Block a user