mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
logging error. fixes #314
This commit is contained in:
parent
1a96e190e5
commit
8e754aa334
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ def main(inputDirectory, inputName, inputCategory, inputHash, inputID):
|
|||
Logger.debug("MAIN: Found %s media files", str(video))
|
||||
status = int(0)
|
||||
else:
|
||||
Logger.warning("MAIN: Found no media files in output.", str(video))
|
||||
Logger.warning("MAIN: Found no media files in output.")
|
||||
|
||||
if (inputCategory in user_script_categories and not "NONE" in user_script_categories) or ("ALL" in user_script_categories and not inputCategory in processCategories):
|
||||
Logger.info("MAIN: Processing user script %s.", user_script)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue