Minor change to ShowSearcher.correctMatch logging

This commit is contained in:
Dean Gardiner
2013-10-16 14:58:53 +13:00
parent 46d4d34da7
commit 180576f2b7
+1 -5
View File
@@ -219,11 +219,7 @@ class ShowSearcher(Plugin):
return False
if not fireEvent('matcher.correct_title', chain, media):
log.info("Wrong: '%s', undetermined naming. Looking for '%s (%s)'", (
' '.join(chain.info['show_name']),
'library_title',
media['library']['year'])
)
log.info("Wrong: '%s', undetermined naming.", (' '.join(chain.info['show_name'])))
return False
return True