mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
Merge pull request #313 from WebSpider/dev-increase_client_logging
Increase client logging
This commit is contained in:
commit
4b5fa9582a
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue