mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-20 11:50:51 +02:00
Improve logging when no releases were found
This commit is contained in:
parent
d9ce9eb0b2
commit
b3ddf2f9cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue