bsd: Remove unneeded log in EventFd stub
This commit is contained in:
@@ -417,11 +417,10 @@ void BSD::Close(Kernel::HLERequestContext& ctx) {
|
||||
}
|
||||
|
||||
void BSD::EventFd(Kernel::HLERequestContext& ctx) {
|
||||
LOG_WARNING(Service, "(STUBBED) called");
|
||||
IPC::RequestParser rp{ctx};
|
||||
const s32 fd = rp.Pop<s32>();
|
||||
|
||||
LOG_DEBUG(Service, "called. fd={}", fd);
|
||||
LOG_WARNING(Service, "(STUBBED) called. fd={}", fd);
|
||||
|
||||
BuildErrnoResponse(ctx, Errno::SUCCESS);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user