Browse Source

Don't give error, just info log

tags/build/2.0.0.pre1
Ruud 13 years ago
parent
commit
74226f0049
  1. 2
      couchpotato/core/plugins/searcher/main.py

2
couchpotato/core/plugins/searcher/main.py

@ -186,7 +186,7 @@ class Searcher(Plugin):
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
def correctMovie(self, nzb = {}, movie = {}, quality = {}, **kwargs):

Loading…
Cancel
Save