diff --git a/lib/pyrrent2http/pyrrent2http.py b/lib/pyrrent2http/pyrrent2http.py index 279f40a..29c3b83 100644 --- a/lib/pyrrent2http/pyrrent2http.py +++ b/lib/pyrrent2http/pyrrent2http.py @@ -264,7 +264,9 @@ class TorrentFS(object): def __init__(self, root, handle, startIndex): self.root = root self.handle = handle + logging.info('Start waiting for metadata') self.waitForMetadata() + logging.info('Metadata is here') self.save_path = localize_path(self.root.torrentParams['save_path']) self.priorities = list(self.handle.file_priorities()) self.files = self.__files_()