Fix typo in log message matching by TVRage ID

pull/6523/head
Bogdan 3 months ago committed by Mark McDowall
parent a7607ac7d6
commit 2a47a237d4

@ -453,7 +453,7 @@ namespace NzbDrone.Core.Parser
if (series != null) if (series != null)
{ {
_logger.Debug() _logger.Debug()
.Message("Found matching series by TVRage ID {0}, an alias may be needed for: {1}", tvdbId, parsedEpisodeInfo.SeriesTitle) .Message("Found matching series by TVRage ID {0}, an alias may be needed for: {1}", tvRageId, parsedEpisodeInfo.SeriesTitle)
.Property("TvRageId", tvRageId) .Property("TvRageId", tvRageId)
.Property("ParsedEpisodeInfo", parsedEpisodeInfo) .Property("ParsedEpisodeInfo", parsedEpisodeInfo)
.WriteSentryWarn("TvRageIdMatch", tvRageId.ToString(), parsedEpisodeInfo.SeriesTitle) .WriteSentryWarn("TvRageIdMatch", tvRageId.ToString(), parsedEpisodeInfo.SeriesTitle)

Loading…
Cancel
Save