Proper info log when scanning movie

This commit is contained in:
Ruud
2012-02-11 18:31:57 +01:00
parent 7a082bb2fd
commit d871a705a0
+1 -1
View File
@@ -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)