mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Drone factory folder not being set is now logged at trace
This commit is contained in:
parent
7b3bdee24f
commit
ce89469c9b
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ namespace NzbDrone.Core.MediaFiles
|
||||||
|
|
||||||
if (String.IsNullOrEmpty(downloadedEpisodesFolder))
|
if (String.IsNullOrEmpty(downloadedEpisodesFolder))
|
||||||
{
|
{
|
||||||
_logger.Warn("Drone Factory folder is not configured");
|
_logger.Trace("Drone Factory folder is not configured");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue