Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

btrfs-progs: receive: make option quiet work for chroot #900

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

s-hamann
Copy link
Contributor

With --chroot, the receive subcommand unconditionally sent a non-error status message to stderr, e.g.:

$ btrfs --quiet receive --chroot /some/path
Chroot to /some/path

This PR makes that particular message respect the --quiet flag.

With --chroot, the receive subcommand unconditionally sent a non-error
status message to stderr, e.g.:

$ btrfs --quiet receive --chroot /some/path
Chroot to /some/path

Signed-off-by: Sebastian Hamann <[email protected]>
@adam900710 adam900710 added this to the v6.11.1 milestone Oct 10, 2024
@adam900710 adam900710 merged commit 5d2ef32 into kdave:devel Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants