Bug 2041 - esound library spews debug output
Summary: esound library spews debug output
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: esound
Version: 6.0
Hardware: i386
OS: Linux
high
medium
Target Milestone: ---
Assignee: Michael Fulbright
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-04-07 20:15 UTC by Preston Brown
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 1999-04-07 23:46:15 UTC
Embargoed:


Attachments (Terms of Use)

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... :) )


Note You need to log in before you can comment on or make changes to this bug.