From d871a705a0a36ca6fdf5e491782a30bc6c5211ef Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 11 Feb 2012 18:31:57 +0100 Subject: [PATCH] Proper info log when scanning movie --- couchpotato/core/plugins/scanner/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/scanner/main.py b/couchpotato/core/plugins/scanner/main.py index 40d24b76..a4b3c46b 100644 --- a/couchpotato/core/plugins/scanner/main.py +++ b/couchpotato/core/plugins/scanner/main.py @@ -415,7 +415,7 @@ class Scanner(Plugin): if len(movie) > 0: imdb_id = movie[0]['imdb'] - log.debug('Found movie via cp identifier: %s' % cur_file) + log.debug('Found movie via search: %s' % cur_file) if imdb_id: break else: log.debug('Identifier to short to use for search: %s' % identifier)