Don't give error, just info log

This commit is contained in:
Ruud
2012-05-04 17:27:30 +02:00
parent f6de117f6b
commit 74226f0049
+1 -1
View File
@@ -186,7 +186,7 @@ class Searcher(Plugin):
return True return True
log.error('Tried to download, but none of the downloaders are enabled') log.info('Tried to download, but none of the downloaders are enabled')
return False return False
def correctMovie(self, nzb = {}, movie = {}, quality = {}, **kwargs): def correctMovie(self, nzb = {}, movie = {}, quality = {}, **kwargs):