fix debug msg

This commit is contained in:
mano3m
2014-03-29 22:06:15 +01:00
parent ce4806df64
commit 442552c024

View File

@@ -281,7 +281,7 @@ class QualityPlugin(Plugin):
return 1, key
if list(set([key]) & set(words)):
log.debug('Found %s in %s', (tag, cur_file))
log.debug('Found %s in %s', (key, cur_file))
return 1, key
return 0, None