aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Nim/IShopServiceAccessServerInterface.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.HLE/HOS/Services/Nim/IShopServiceAccessServerInterface.cs')
-rw-r--r--Ryujinx.HLE/HOS/Services/Nim/IShopServiceAccessServerInterface.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.HLE/HOS/Services/Nim/IShopServiceAccessServerInterface.cs b/Ryujinx.HLE/HOS/Services/Nim/IShopServiceAccessServerInterface.cs
index b3438dd7..e1e8a57e 100644
--- a/Ryujinx.HLE/HOS/Services/Nim/IShopServiceAccessServerInterface.cs
+++ b/Ryujinx.HLE/HOS/Services/Nim/IShopServiceAccessServerInterface.cs
@@ -14,7 +14,7 @@ namespace Ryujinx.HLE.HOS.Services.Nim
{
MakeObject(context, new IShopServiceAccessServer());
- Logger.PrintStub(LogClass.ServiceNim);
+ Logger.Stub?.PrintStub(LogClass.ServiceNim);
return ResultCode.Success;
}