Don't error, but info log

This commit is contained in:
Ruud
2012-05-09 22:07:37 +02:00
parent 9911f97b97
commit d8f8f7b339
+1 -1
View File
@@ -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.