mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 05:13:16 -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.
|
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)
|
Logger.info("MAIN: Found primary part of a multi-part archive %s. Extracting", file)
|
||||||
else:
|
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
|
continue
|
||||||
Logger.info("MAIN: Found compressed archive %s for file %s", fileExtension, filePath)
|
Logger.info("MAIN: Found compressed archive %s for file %s", fileExtension, filePath)
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue