Private GIT

Skip to content
Snippets Groups Projects
Commit dd911829 authored by Ruud's avatar Ruud
Browse files

Newznab log error

parent 4d0f8eb4
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,6 @@ class Newznab(NZBProvider, RSS):
self.limits_reached[host] = time.time()
return 'try_next'
log.error('Failed download from %s', (host, traceback.format_exc()))
log.error('Failed download from %s: %s', (host, traceback.format_exc()))
return 'try_next'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment