From 74226f00497dcecf804b9ac7654c70efc0e99d10 Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 4 May 2012 17:27:30 +0200 Subject: [PATCH] Don't give error, just info log --- couchpotato/core/plugins/searcher/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/searcher/main.py b/couchpotato/core/plugins/searcher/main.py index 663b3b6..e2642dc 100644 --- a/couchpotato/core/plugins/searcher/main.py +++ b/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):