Anonymized collection names for log

This commit is contained in:
Ottermandias 2022-07-13 16:58:27 +02:00
parent b5698acebf
commit 1c60a61f79
5 changed files with 21 additions and 22 deletions

View file

@ -28,7 +28,7 @@ public unsafe partial class ResourceLoader
{
if( handle != null )
{
PluginLog.Information( "[ResourceLoader] Destructing Resource Handle {Path:l} at 0x{Address:X} (Refcount {Refcount}) .",
PluginLog.Information( "[ResourceLoader] Destructing Resource Handle {Path:l} at 0x{Address:X} (Refcount {Refcount}).",
handle->FileName, ( ulong )handle, handle->RefCount );
}