mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02:00
Log startup location, log number of results from feed
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user