diff --git a/LightlessSync/Services/XivDataAnalyzer.cs b/LightlessSync/Services/XivDataAnalyzer.cs index f3f7e9d..95700bb 100644 --- a/LightlessSync/Services/XivDataAnalyzer.cs +++ b/LightlessSync/Services/XivDataAnalyzer.cs @@ -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; }