mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 19:12:26 -05:00
Increasing logging for Torrent clients
This commit is contained in:
parent
9b5cfbb731
commit
238de53c3f
@ -172,6 +172,7 @@ class GenericClient(object):
|
|||||||
r_code = self._add_torrent_file(result)
|
r_code = self._add_torrent_file(result)
|
||||||
|
|
||||||
if not r_code:
|
if not r_code:
|
||||||
|
logger.log(self.name + u': Unable to send Torrent: Return code undefined', logger.ERROR)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
if not self._set_torrent_pause(result):
|
if not self._set_torrent_pause(result):
|
||||||
|
Loading…
Reference in New Issue
Block a user