Skip to content

debug info pollutes terminal when using mpv or other terminal apps #568

Answered by arkq
deewakar asked this question in Q&A
Discussion options

You must be logged in to vote

The debug messages are printed into the standard error. So, you can try to redirect stderr to /dev/null, i.e.: mpv file.mp4 2>/dev/null. However, you will loose stderr output from mpv as well.

I'm not sure what is the policy in Debian testing about debug builds... Configuring bluez-alsa with --enable-debug is not a release build, it's a debug build with extra debugging and assertions. Maybe you should ask bluez-alsa deb package maintainer to rebuild this package without --enable-debug option.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by deewakar
Comment options

You must be logged in to vote
1 reply
@arkq
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants