adjust some of the logging

This commit is contained in:
Stanley Dimant
2022-10-04 14:14:56 +02:00
parent d6a434b2f0
commit 9df89adac8
6 changed files with 8 additions and 7 deletions

View File

@@ -328,7 +328,7 @@ public class CharacterDataFactory
var gamePath = item.GamePaths.First().ToLowerInvariant();
if (string.Equals(penumResolve, gamePath, StringComparison.Ordinal))
{
Logger.Debug("PenumResolve was same as GamePath, not adding " + item);
Logger.Verbose("PenumResolve was same as GamePath, not adding " + item);
transientResourceManager.RemoveTransientResource(charaPointer, item);
}
else