1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Log startup location, log number of results from feed

This commit is contained in:
Mark McDowall
2014-03-08 22:11:38 -08:00
parent 8885bbb60f
commit 176f3e0563
2 changed files with 2 additions and 2 deletions
@@ -36,7 +36,7 @@ namespace NzbDrone.Core.Indexers
var result = Fetch(indexer, indexer.RecentFeed);
_logger.Debug("Finished processing feeds from " + indexer);
_logger.Debug("Finished processing feeds from {0} found {1} releases", indexer, result.Count);
return result;
}