mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
Make failed torrent log message more verbose
This commit is contained in:
parent
d2077453b6
commit
16a54e62d6
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ class GenericClient(object):
|
|||
logger.log(self.name + u': Unable to set priority for Torrent', logger.ERROR)
|
||||
|
||||
except Exception, e:
|
||||
logger.log(self.name + u': Failed Sending Torrent ', logger.ERROR)
|
||||
logger.log(self.name + u': Failed Sending Torrent: ' + result.name + ' - ' + result.hash, logger.ERROR)
|
||||
logger.log(self.name + u': Exception raised when sending torrent: ' + ex(e), logger.DEBUG)
|
||||
return r_code
|
||||
|
||||
|
|
Loading…
Reference in a new issue