1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04: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):
return True
logger.log(u"Failed to download result", logger.ERROR)
logger.log(u"Failed to download result", logger.WARNING)
return False
def _verify_download(self, file_name=None):