audren: Lower log level for RequestUpdateImpl to Debug
This commit is contained in:
parent
555a1273c9
commit
f1135379fd
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Reference in New Issue