mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-05 13:40:08 -05: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