diff --git a/lib/pyrrent2http/pyrrent2http.py b/lib/pyrrent2http/pyrrent2http.py index 72ee66e..c030cc1 100644 --- a/lib/pyrrent2http/pyrrent2http.py +++ b/lib/pyrrent2http/pyrrent2http.py @@ -783,6 +783,7 @@ class Pyrrent2http(object): logging.info('Encryption not supported: %s' % (e.args,)) def Status(self): + logging.info('++++++++++ entering status') try: info = self.torrentHandle.torrent_file() except: