1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00

Drone factory folder not being set is now logged at trace

This commit is contained in:
Mark McDowall 2014-06-03 23:02:08 -07:00
parent 7b3bdee24f
commit ce89469c9b

View File

@ -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;
}