Comply with review again...

This commit is contained in:
Starlet 2019-05-01 16:24:57 -04:00
parent 15a0f496c2
commit 1fb2dbdc9a

View file

@ -182,7 +182,7 @@ namespace Ryujinx.HLE.HOS.Services.Am
{
context.ResponseData.Write(_accumulatedSuspendedTickValue);
Logger.PrintStub(LogClass.ServiceAm);
Logger.PrintStub(LogClass.ServiceAm, new { _accumulatedSuspendedTickValue });
return 0;
}