mirror of
https://github.com/Radarr/Radarr
synced 2025-03-03 18:36:41 +00:00
logging updates.
This commit is contained in:
parent
bd82609c41
commit
721bb51886
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ public virtual IList<Episode> GetEpisodesByParseResult(EpisodeParseResult parseR
|
|||
if (!parseResult.Series.IsDaily)
|
||||
{
|
||||
//Todo: Collect this as a Series we want to treat as a daily series, or possible parsing error
|
||||
Logger.Warn("Found daily-style episode for non-daily series: {0}", parseResult.Series.Title);
|
||||
Logger.Warn("Found daily-style episode for non-daily series: {0}. {1}", parseResult.Series.Title, parseResult.NzbTitle);
|
||||
return new List<Episode>();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue