mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
chore: set log level of actor index message to verbose
This commit is contained in:
parent
5927692494
commit
0282d4127e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue