Skip to content

releases/mcap-cli/v0.0.50

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 21:06
· 2 commits to main since this release
4948ad4
mcap recover: print status message to stderr instead of stdout (#1289)

### Changelog
Fixed a bug in `mcap recover` which would produce an invalid file when
redirecting stdout to a file.

### Docs

None

### Description

Status message now goes to stderr instead of stdout.

Also fixed another nearby line which looked wrong, it was using Fprintln
with `%w` but Fprintln doesn't accept format strings.
https://pkg.go.dev/fmt#Fprintln