Skip to content

Commit

Permalink
Improve verbosity in case of debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Salinas committed Sep 22, 2020
1 parent f69877b commit 4cdfbc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tpb/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ func Lookup(in string, timeout time.Duration) ([]Torrent, error) {
html, _, err := core.Fetch(ctx, url, nil)
if err != nil {
log.WithFields(log.Fields{
"err": err,
"url": url,
}).Debug("Broken proxy")
htmlErrCh <- struct{}{}
Expand Down

0 comments on commit 4cdfbc4

Please sign in to comment.