fix debug msg

This commit is contained in:
mano3m
2014-04-21 00:26:16 +02:00
parent ce4806df64
commit 442552c024
+1 -1
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