cake-attempts-2.0.3 #129

Closed
defnotken wants to merge 17 commits from cake-attempts-2.0.3 into 2.0.3
Showing only changes of commit e16ddb0a1d - Show all commits

View File

@@ -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;
}