Changed MergeCustomAchievements logging to debug

This commit is contained in:
Chomp
2025-06-12 18:00:50 +01:00
parent 8b323d396c
commit 7f79315ae6
@@ -155,7 +155,7 @@ public class PostDbLoadService(
{
if (achievements.Exists(a => a.Id == customAchievement.Id))
{
_logger.Warning(
_logger.Debug(
$"Unable to add custom achievement as id: {customAchievement.Id} already exists"
);
continue;