Some more logging for movie searcher

This commit is contained in:
Ruud
2011-09-08 11:19:41 +02:00
parent 64dda5d28a
commit d1dd5fe77f
@@ -192,6 +192,7 @@ class Searcher(Plugin):
if len(movie_words) == 2 and self.correctYear([nzb['name']], movie['library']['year'], 0):
return True
log.info("Wrong: %s, undetermined naming. Looking for '%s (%s)'" % (nzb['name'], movie['library']['titles'][0]['title'], movie['library']['year']))
return False
def containsOtherQuality(self, name, preferred_quality = {}, single_category = False):