Browse Source

Merge pull request #166 from sanderjo/0.7.x

Logs in which rar file unwanted extension
tags/0.7.18RC1
shypike 11 years ago
parent
commit
2eeb6cd9c5
  1. 1
      sabnzbd/assembler.py

1
sabnzbd/assembler.py

@ -125,6 +125,7 @@ class Assembler(Thread):
unwanted = rar_contains_unwanted_file(filepath)
if unwanted:
logging.warning(Ta('WARNING: In "%s" unwanted extension in RAR file. Unwanted file is %s '), latin1(nzo.final_name), unwanted)
logging.debug(Ta('Unwanted extension is in rar file %s'), filepath)
if cfg.action_on_unwanted_extensions() == 1:
logging.debug('Unwanted extension ... pausing')
nzo.unwanted_ext = True

Loading…
Cancel
Save