chore: set log level of actor index message to verbose

This commit is contained in:
karashiiro 2020-03-31 12:46:07 -07:00
parent 5927692494
commit 0282d4127e

View file

@ -80,7 +80,7 @@ namespace Dalamud.Game.ClientState.Actors {
var offset = Marshal.ReadIntPtr(tblIndex);
Log.Information("Actor at {0} for {1}", offset.ToInt64().ToString("X"), index);
Log.Verbose("Actor at {0} for {1}", offset.ToInt64().ToString("X"), index);
if (offset == IntPtr.Zero)
return null;