Update IGeneralService.cs
Fixed little mistake on the debug string.
This commit is contained in:
parent
2795af038d
commit
6a69001aa2
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ namespace Ryujinx.HLE.OsHle.Services.Nifm
|
|||
|
||||
Context.ResponseData.Write(BitConverter.ToUInt32(Address.GetAddressBytes()));
|
||||
|
||||
Context.Ns.Log.PrintInfo(LogClass.ServiceNifm, "Console's local IP is " + Address.ToString());
|
||||
Context.Ns.Log.PrintInfo(LogClass.ServiceNifm, $"Console's local IP is {Address.ToString()}");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue