mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-17 10:45:49 +02:00
Removed unnecessary importlists warning.
This commit is contained in:
parent
0bc190e97e
commit
a9384e26d8
@ -34,7 +34,7 @@ public List<ImportListItemInfo> Fetch()
|
||||
|
||||
if (!importLists.Any())
|
||||
{
|
||||
_logger.Warn("No available import lists. check your configuration.");
|
||||
_logger.Debug("No enabled import lists, skipping.");
|
||||
return result;
|
||||
}
|
||||
|
||||
@ -86,7 +86,7 @@ public List<ImportListItemInfo> FetchSingleList(ImportListDefinition definition)
|
||||
|
||||
if (importList == null || !definition.EnableAutomaticAdd)
|
||||
{
|
||||
_logger.Warn("No available import lists. check your configuration.");
|
||||
_logger.Debug("Import list not enabled, skipping.");
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user