diff --git a/src/TrashLib/Radarr/CustomFormat/CustomFormatUpdater.cs b/src/TrashLib/Radarr/CustomFormat/CustomFormatUpdater.cs index 39b49bd4..0834933a 100644 --- a/src/TrashLib/Radarr/CustomFormat/CustomFormatUpdater.cs +++ b/src/TrashLib/Radarr/CustomFormat/CustomFormatUpdater.cs @@ -144,8 +144,7 @@ internal class CustomFormatUpdater : ICustomFormatUpdater foreach (var (cfName, dupes) in _guideProcessor.DuplicatedCustomFormats) { - Log.Warning("{CfName} is duplicated {DupeTimes} with the following Trash IDs:", cfName, - dupes.Count); + Log.Warning("{CfName} is duplicated {DupeTimes} with the following Trash IDs:", cfName, dupes.Count); foreach (var cf in dupes) { Log.Warning(" - {TrashId}", cf.TrashId); @@ -193,7 +192,7 @@ internal class CustomFormatUpdater : ICustomFormatUpdater "still be synced to Radarr, but no score will be set in your chosen quality profiles"); foreach (var tuple in _guideProcessor.CustomFormatsWithoutScore) { - Log.Warning("{CfList}", tuple); + Log.Information("{CfList}", tuple); } Console.WriteLine("");