summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFearlessTobi <thm.frey@gmail.com>2023-09-12 00:20:42 +0200
committerFearlessTobi <thm.frey@gmail.com>2023-09-12 00:20:42 +0200
commit1b6852a36cccd6ab6886f6d5d603d12898b2eda8 (patch)
tree4280f6ec51854124121320bd5146fefe3678d011 /src
parent66f2947854f993f9d907ddc9c23f7e28aa12f330 (diff)
bsd: Demote "Select" log to dehug
This is very spammy in Minecraft Legends.
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/sockets/bsd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/sockets/bsd.cpp b/src/core/hle/service/sockets/bsd.cpp
index d8509c1dd..85849d5f3 100644
--- a/src/core/hle/service/sockets/bsd.cpp
+++ b/src/core/hle/service/sockets/bsd.cpp
@@ -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};