mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 16:55:46 +00:00
bsd: Demote "Select" log to dehug
This is very spammy in Minecraft Legends.
This commit is contained in:
parent
b111203a0f
commit
8850cadc54
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ void BSD::Socket(HLERequestContext& ctx) {
|
|||
}
|
||||
|
||||
void BSD::Select(HLERequestContext& ctx) {
|
||||
LOG_WARNING(Service, "(STUBBED) called");
|
||||
LOG_DEBUG(Service, "(STUBBED) called");
|
||||
|
||||
IPC::ResponseBuilder rb{ctx, 4};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue