From 180576f2b774e13a7fba8fa90d2f0960d242367c Mon Sep 17 00:00:00 2001 From: Dean Gardiner Date: Wed, 16 Oct 2013 14:53:22 +1300 Subject: [PATCH] Minor change to ShowSearcher.correctMatch logging --- couchpotato/core/media/show/searcher/main.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/couchpotato/core/media/show/searcher/main.py b/couchpotato/core/media/show/searcher/main.py index 1cf1718..3aa1294 100644 --- a/couchpotato/core/media/show/searcher/main.py +++ b/couchpotato/core/media/show/searcher/main.py @@ -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