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:
parent
ca0c98c913
commit
042c3f4287
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user