Browse Source

fix debug msg

pull/3104/head
mano3m 11 years ago
parent
commit
442552c024
  1. 2
      couchpotato/core/plugins/quality/main.py

2
couchpotato/core/plugins/quality/main.py

@ -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

Loading…
Cancel
Save