fix: Follow-up changes for 0839e88

pull/92/head
Robert Dailey 3 years ago
parent b41ed72283
commit 3c9a2d3337

@ -144,8 +144,7 @@ internal class CustomFormatUpdater : ICustomFormatUpdater
foreach (var (cfName, dupes) in _guideProcessor.DuplicatedCustomFormats) foreach (var (cfName, dupes) in _guideProcessor.DuplicatedCustomFormats)
{ {
Log.Warning("{CfName} is duplicated {DupeTimes} with the following Trash IDs:", cfName, Log.Warning("{CfName} is duplicated {DupeTimes} with the following Trash IDs:", cfName, dupes.Count);
dupes.Count);
foreach (var cf in dupes) foreach (var cf in dupes)
{ {
Log.Warning(" - {TrashId}", cf.TrashId); 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"); "still be synced to Radarr, but no score will be set in your chosen quality profiles");
foreach (var tuple in _guideProcessor.CustomFormatsWithoutScore) foreach (var tuple in _guideProcessor.CustomFormatsWithoutScore)
{ {
Log.Warning("{CfList}", tuple); Log.Information("{CfList}", tuple);
} }
Console.WriteLine(""); Console.WriteLine("");

Loading…
Cancel
Save