mirror of
https://github.com/Readarr/Readarr.git
synced 2026-02-02 10:11:29 -05:00
Drone factory folder not being set is now logged at trace
This commit is contained in:
@@ -108,7 +108,7 @@ private void ProcessDownloadedEpisodesFolder()
|
||||
|
||||
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