Skip to content

Conversation

@cadesalaberry
Copy link

Fixes #16.

Exit gracefully on already optimised files.
# 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)

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