From 5ae402715b2b0684442137f7285486b987398bd9 Mon Sep 17 00:00:00 2001 From: inpos Date: Thu, 17 Mar 2016 19:47:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B6=D1=83=D0=BA=D0=B8?= 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 7bad7d1..704724a 100644 --- a/lib/pyrrent2http/pyrrent2http.py +++ b/lib/pyrrent2http/pyrrent2http.py @@ -333,6 +333,7 @@ class TorrentFS(object): file_.downloaded = self.getFileDownloadedBytes(i) if file_.size > 0: file_.progress = float(file_.downloaded)/float(file_.size) + logging.info('adding file: %s' % (file_.name,)) files_.append(file_) return files_ def __file_at_(self, index):