Explorar o código

bsd: Demote "Select" log to dehug

This is very spammy in Minecraft Legends.
FearlessTobi %!s(int64=2) %!d(string=hai) anos
pai
achega
1b6852a36c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/hle/service/sockets/bsd.cpp

+ 1 - 1
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};