Bug 2041

Summary: esound library spews debug output
Product: [Retired] Red Hat Linux Reporter: Preston Brown <pbrown>
Component: esoundAssignee: Michael Fulbright <msf>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: high    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-04-07 23:46:15 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Preston Brown 1999-04-07 20:15:19 UTC
When I am using fallbacks (i.e. no esound daemon running),
applications linked against the esound library (such as
mpg123) are spewing debug output to the screen.  They may be
doing it with the esound daemon as well, not sure, but in
any case it needs to be removed before we ship.

The messages look like this:
opening socket, format = 0x00001021 at 44100 Hz
opening socket, format = 0x00001021 at -1 Hz

and so on.  It is messing up the output of the normal
program and looks unprofessional.

Comment 1 Anonymous 1999-04-07 23:18:59 UTC
checked esdlib.c & esd.c - esd does not print this. (only esd
utilities like esdcat, esdfilt, esdloop, esdmod, esdrec and esdsample
- these are executable tutils for esd) - mpg123 must have this in
it....
infact:
~/C/DEV/imlib/utils/ strings /usr/bin/mpg123 | grep "opening "
opening socket, format = 0x%08x at %ld Hz

:)
mpg123 has it in there :)

Comment 2 Preston Brown 1999-04-07 23:46:59 UTC
fixed in mpg123 instead.  Sorry.  (But it was msf's patch... :) )