mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed log message for rss sync gap warning.
This commit is contained in:
parent
7991a3f1c3
commit
2627072aab
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ namespace NzbDrone.Core.Indexers
|
|||
if (!fullyUpdated && lastReleaseInfo != null)
|
||||
{
|
||||
var gapStart = lastReleaseInfo.PublishDate;
|
||||
var gapEnd = ordered.Last();
|
||||
var gapEnd = ordered.Last().PublishDate;
|
||||
_logger.Warn("Indexer {0} rss sync didn't cover the period between {1} and {2} UTC. Search may be required.", Definition.Name, gapStart, gapEnd);
|
||||
}
|
||||
lastReleaseInfo = ordered.First();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue