Logging/Download notification tweaks.

This commit is contained in:
kay.one 2012-02-21 20:43:19 -08:00
commit 7e38afc838
9 changed files with 159 additions and 18 deletions

View file

@ -93,7 +93,7 @@ namespace NzbDrone.Core.Providers.Indexer
result = Fetch(Urls);
_logger.Info("Finished processing feeds from " + Name);
_logger.Debug("Finished processing feeds from " + Name);
return result;
}