1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 11:02:21 -05:00

Failing to download results now marked as a WARNING instead of ERROR.

This commit is contained in:
echel0n 2014-12-18 13:51:09 -08:00
parent ca0c98c913
commit 042c3f4287

View File

@ -178,7 +178,7 @@ class GenericProvider:
if self._verify_download(filename): if self._verify_download(filename):
return True return True
logger.log(u"Failed to download result", logger.ERROR) logger.log(u"Failed to download result", logger.WARNING)
return False return False
def _verify_download(self, file_name=None): def _verify_download(self, file_name=None):