mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-30 13:28:04 +00:00
Drone factory folder not being set is now logged at trace
This commit is contained in:
@@ -108,7 +108,7 @@ namespace NzbDrone.Core.MediaFiles
|
||||
|
||||
if (String.IsNullOrEmpty(downloadedEpisodesFolder))
|
||||
{
|
||||
_logger.Warn("Drone Factory folder is not configured");
|
||||
_logger.Trace("Drone Factory folder is not configured");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user