Change PrintInfo > PrintDebug

This commit is contained in:
simonmkwii-dev 2018-07-19 11:00:14 +10:00 committed by GitHub
parent 698e035a82
commit 0e452b22ab
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.PrintInfo(LogClass.ServiceNifm, "Console's local IP is " + Address.ToString());
Context.Ns.Log.PrintDebug(LogClass.ServiceNifm, "Console's local IP is " + Address.ToString());
return 0;
}