Explorar o código

audren: Lower log level for RequestUpdateImpl to Debug

FearlessTobi %!s(int64=6) %!d(string=hai) anos
pai
achega
6ce0f3575a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/hle/service/audio/audren_u.cpp

+ 1 - 1
src/core/hle/service/audio/audren_u.cpp

@@ -92,7 +92,7 @@ private:
     }
 
     void RequestUpdateImpl(Kernel::HLERequestContext& ctx) {
-        LOG_WARNING(Service_Audio, "(STUBBED) called");
+        LOG_DEBUG(Service_Audio, "(STUBBED) called");
 
         ctx.WriteBuffer(renderer->UpdateAudioRenderer(ctx.ReadBuffer()));
         IPC::ResponseBuilder rb{ctx, 2};