mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Removed unnecessary importlists warning.
(cherry picked from commit a9384e26d86cfe8ae1d29569a708e3db9306abe6)
This commit is contained in:
parent
2fbbeda562
commit
143a133cfd
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ namespace NzbDrone.Core.ImportLists
|
||||||
|
|
||||||
if (!importLists.Any())
|
if (!importLists.Any())
|
||||||
{
|
{
|
||||||
_logger.Warn("No available import lists. check your configuration.");
|
_logger.Debug("No enabled import lists, skipping.");
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@ namespace NzbDrone.Core.ImportLists
|
||||||
|
|
||||||
if (importList == null || !definition.EnableAutomaticAdd)
|
if (importList == null || !definition.EnableAutomaticAdd)
|
||||||
{
|
{
|
||||||
_logger.Warn("No available import lists. check your configuration.");
|
_logger.Debug("Import list not enabled, skipping.");
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue