1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 11:02:21 -05:00

Increasing logging for Torrent clients

This commit is contained in:
Nils Vogels 2014-05-02 14:50:28 +02:00
parent 9b5cfbb731
commit 238de53c3f

View File

@ -172,6 +172,7 @@ class GenericClient(object):
r_code = self._add_torrent_file(result)
if not r_code:
logger.log(self.name + u': Unable to send Torrent: Return code undefined', logger.ERROR)
return False
if not self._set_torrent_pause(result):