mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 17:07:22 +01:00
adjust some of the logging
This commit is contained in:
parent
d6a434b2f0
commit
9df89adac8
6 changed files with 8 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue