Revert change

This commit is contained in:
simonmkwii-dev 2018-07-19 11:05:08 +10:00 committed by GitHub
parent 0e452b22ab
commit 3a1962c43f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ namespace Ryujinx.HLE.OsHle.Services.Nifm
Context.ResponseData.Write(BitConverter.ToUInt32(Address.GetAddressBytes()));
Context.Ns.Log.PrintDebug(LogClass.ServiceNifm, "Console's local IP is " + Address.ToString());
Context.Ns.Log.PrintInfo(LogClass.ServiceNifm, "Console's local IP is " + Address.ToString());
return 0;
}