From d8f8f7b3390c36a902e13caf1a218b06210831a8 Mon Sep 17 00:00:00 2001 From: Ruud Date: Wed, 9 May 2012 22:07:37 +0200 Subject: [PATCH] Don't error, but info log --- couchpotato/core/plugins/renamer/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/renamer/main.py b/couchpotato/core/plugins/renamer/main.py index ac6b88be..ece1e76d 100644 --- a/couchpotato/core/plugins/renamer/main.py +++ b/couchpotato/core/plugins/renamer/main.py @@ -45,7 +45,7 @@ class Renamer(Plugin): return if self.renaming_started is True: - log.error('Renamer is disabled to avoid infinite looping of the same error.') + log.info('Renamer is disabled to avoid infinite looping of the same error.') return # Check to see if the "to" folder is inside the "from" folder.