Skip to content

Fix: Exit gracefully on already optimised files.#17

Open
cadesalaberry wants to merge 1 commit intodanielgtaylor:masterfrom
cadesalaberry:patch-1
Open

Fix: Exit gracefully on already optimised files.#17
cadesalaberry wants to merge 1 commit intodanielgtaylor:masterfrom
cadesalaberry:patch-1

Conversation

@cadesalaberry
Copy link
Copy Markdown

Fixes #16.

Exit gracefully on already optimised files.
Comment thread qtfaststart/processor.py
# No free atoms to process and moov is correct, we are done!
msg = "This file appears to already be setup!"
msg = "This file appears to be already optimised for streaming. Nothing to do."
log.error(msg)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Info log level should be enough in this case.

Suggested change
log.error(msg)
log.info(msg)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants