mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
dont clogg the console with stuff ;)
This commit is contained in:
parent
bed71482d0
commit
b17770115d
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ def main(inputDirectory, inputName, inputCategory, inputHash):
|
|||
if part == 1: # we only want to extract the primary part.
|
||||
Logger.info("MAIN: Found primary part of a multi-part archive %s. Extracting", file)
|
||||
else:
|
||||
Logger.info("MAIN: Found part %s of a multi-part archive %s. Ignoring", part, file)
|
||||
Logger.debug("MAIN: Found part %s of a multi-part archive %s. Ignoring", part, file)
|
||||
continue
|
||||
Logger.info("MAIN: Found compressed archive %s for file %s", fileExtension, filePath)
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue