Apply suggestions from code review

This commit is contained in:
Bogdan 2023-07-10 19:44:11 +03:00
parent 0ee94a4624
commit 97ed820575
1 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,8 @@ namespace NzbDrone.Core.ImportLists
if (DateTime.UtcNow < importListNextSync) if (DateTime.UtcNow < importListNextSync)
{ {
_logger.Trace("Skipping refresh of Import List [{0}]: {1} due to minimum refresh interval. Next Sync at {2}", importList.Name, importListLocal.Definition.Name, importListNextSync); _logger.Trace("Skipping refresh of Import List [{0}]: {1} due to minimum refresh interval. Next Sync at {2}", importList.Name, importListLocal.Definition.Name, importListNextSync);
continue;
} }
} }