diff --git a/pandora/archive/external.py b/pandora/archive/external.py index be0b0a39..5f4ac3fd 100644 --- a/pandora/archive/external.py +++ b/pandora/archive/external.py @@ -205,6 +205,7 @@ def download(item_id, url, referer=None): f.extract_stream() status = True else: + logger.error("failed to import %s file already exists %s", url, oshash) status = 'file exists' if len(parts) == 1: add_subtitles(f.item, media, tmp)