change log to trace
This commit is contained in:
@@ -178,7 +178,7 @@ public sealed class XivDataAnalyzer
|
||||
|
||||
if (!File.Exists(tempHavokDataPath))
|
||||
{
|
||||
_logger.LogWarning("Temporary havok file was deleted before it could be loaded: {path}", tempHavokDataPath);
|
||||
_logger.LogTrace("Temporary havok file was deleted before it could be loaded: {path}", tempHavokDataPath);
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user