mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-18 14:44:29 +01:00
Anonymized collection names for log
This commit is contained in:
parent
b5698acebf
commit
1c60a61f79
5 changed files with 21 additions and 22 deletions
|
|
@ -108,12 +108,12 @@ public partial class ModCollection
|
|||
}
|
||||
|
||||
PluginLog.Debug( "[{Thread}] Recalculating effective file list for {CollectionName:l}",
|
||||
Thread.CurrentThread.ManagedThreadId, Name );
|
||||
Thread.CurrentThread.ManagedThreadId, AnonymizedName );
|
||||
_cache ??= new Cache( this );
|
||||
_cache.FullRecalculation();
|
||||
|
||||
PluginLog.Debug( "[{Thread}] Recalculation of effective file list for {CollectionName:l} finished.",
|
||||
Thread.CurrentThread.ManagedThreadId, Name );
|
||||
Thread.CurrentThread.ManagedThreadId, AnonymizedName );
|
||||
}
|
||||
|
||||
// Set Metadata files.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue