From cc633829c02ead45b67bfe5e4ed76222ff6cc35e Mon Sep 17 00:00:00 2001 From: inpos Date: Mon, 14 Mar 2016 12:44:37 +0300 Subject: [PATCH] =?UTF-8?q?=D1=82=D0=B5=D1=81=D1=82=D0=B8=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pyrrent2http/pyrrent2http.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pyrrent2http/pyrrent2http.py b/lib/pyrrent2http/pyrrent2http.py index d00cca3..42691d1 100644 --- a/lib/pyrrent2http/pyrrent2http.py +++ b/lib/pyrrent2http/pyrrent2http.py @@ -592,6 +592,7 @@ class Pyrrent2http(object): def buildTorrentParams(self, uri): try: absPath = uri2path(uri) + logging.info('absPath: %s' % (repr(absPath))) logging.info(normalize_msg('Opening local torrent file: %s', (absPath,))) torrent_info = lt.torrent_info(absPath) except Exception as e: