diff --git a/lib/pyrrent2http/pyrrent2http.py b/lib/pyrrent2http/pyrrent2http.py index 704724a..72ee66e 100644 --- a/lib/pyrrent2http/pyrrent2http.py +++ b/lib/pyrrent2http/pyrrent2http.py @@ -787,8 +787,9 @@ class Pyrrent2http(object): info = self.torrentHandle.torrent_file() except: info = self.torrentHandle.get_torrent_info() - + logging.info('+++++getting h.status') tstatus = self.torrentHandle.status() + logging.info('h.status is here') status = { 'name' : info.name(), 'state' : int(tstatus.state),