mirror of
https://github.com/Readarr/Readarr
synced 2025-12-28 11:13:22 +01:00
Removed unnecessary importlists warning.
(cherry picked from commit a9384e26d86cfe8ae1d29569a708e3db9306abe6)
This commit is contained in:
parent
cc9886379e
commit
3af3c9ff4b
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue