Update IUserLocalCommunicationService.cs

This commit is contained in:
Shyanne 2026-01-28 11:16:32 -05:00
parent 57e0aa69a8
commit 0a0669a8b1

View File

@ -15,6 +15,7 @@ using Ryujinx.HLE.HOS.Services.Ldn.UserServiceCreator.Types;
using Ryujinx.Horizon.Common;
using Ryujinx.Memory;
using System;
using System.ComponentModel;
using System.IO;
using System.Net;
using System.Net.NetworkInformation;
@ -500,8 +501,7 @@ namespace Ryujinx.HLE.HOS.Services.Ldn.UserServiceCreator
throw new ServiceNotImplementedException(this, context, $"{GetType().FullName}: Protocol value is {protocolValue}!!");
}
Logger.Info?.PrintMsg(LogClass.ServiceLdn, $"Protocol value: {protocolValue}");
Logger.Stub?.PrintStub(LogClass.ServiceLdn);
Logger.Stub?.PrintStub(LogClass.ServiceLdn, $"Protocol value: {protocolValue}");
return ResultCode.Success;
}