mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Improve logging when no releases were found
This commit is contained in:
@@ -418,7 +418,7 @@ namespace NzbDrone.Core.Indexers
|
||||
|
||||
if (releases.Count == 0)
|
||||
{
|
||||
_logger.Trace(response.Content);
|
||||
_logger.Trace("No releases found. Response: {0}", response.Content);
|
||||
}
|
||||
|
||||
return new IndexerQueryResult
|
||||
|
Reference in New Issue
Block a user