Skip to content

Commit

Permalink
Improve logging when no releases were found
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed May 27, 2023
1 parent d9ce9eb commit b3ddf2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NzbDrone.Core/Indexers/HttpIndexerBase.cs
Expand Up @@ -418,7 +418,7 @@ protected virtual async Task<IndexerQueryResult> FetchPage(IndexerRequest reques

if (releases.Count == 0)
{
_logger.Trace(response.Content);
_logger.Trace("No releases found. Response: {0}", response.Content);
}

return new IndexerQueryResult
Expand Down

0 comments on commit b3ddf2f

Please sign in to comment.