audren: Lower log level for RequestUpdateImpl to Debug

This commit is contained in:
FearlessTobi 2020-04-20 18:44:41 +02:00
parent ec2f8f4272
commit 6ce0f3575a

View File

@ -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};