mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Don't spam logs.
This commit is contained in:
parent
28250a9304
commit
8242cde15c
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ public unsafe class AtchCallerHook1 : FastHook<AtchCallerHook1.Delegate>, IDispo
|
||||||
_metaState.AtchCollection.Push(collection);
|
_metaState.AtchCollection.Push(collection);
|
||||||
Task.Result.Original(data, slot, unk, playerModel);
|
Task.Result.Original(data, slot, unk, playerModel);
|
||||||
_metaState.AtchCollection.Pop();
|
_metaState.AtchCollection.Pop();
|
||||||
Penumbra.Log.Information(
|
Penumbra.Log.Excessive(
|
||||||
$"[AtchCaller1] Invoked on 0x{(ulong)data:X} with {slot}, {unk:X}, 0x{playerModel.Address:X}, identified to {collection.ModCollection.AnonymizedName}.");
|
$"[AtchCaller1] Invoked on 0x{(ulong)data:X} with {slot}, {unk:X}, 0x{playerModel.Address:X}, identified to {collection.ModCollection.AnonymizedName}.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue