mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 23:07:43 +01:00
Merge pull request #69 from karashiiro/logging
chore: set log level of actor index message to verbose
This commit is contained in:
commit
8b523ca8ba
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ namespace Dalamud.Game.ClientState.Actors {
|
||||||
|
|
||||||
var offset = Marshal.ReadIntPtr(tblIndex);
|
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)
|
if (offset == IntPtr.Zero)
|
||||||
return null;
|
return null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue