diff options
-rw-r--r-- | src/audio_out/audio_esd_out.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio_out/audio_esd_out.c b/src/audio_out/audio_esd_out.c index 20cc131b9..9fce03ec1 100644 --- a/src/audio_out/audio_esd_out.c +++ b/src/audio_out/audio_esd_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_esd_out.c,v 1.8 2001/09/02 22:45:00 guenter Exp $ + * $Id: audio_esd_out.c,v 1.9 2001/09/04 20:30:55 guenter Exp $ */ #ifdef HAVE_CONFIG_H @@ -207,7 +207,7 @@ ao_driver_t *init_audio_out_plugin (config_values_t *config) { * open stream to ESD server */ - xprintf(VERBOSE|AUDIO, "Connecting to ESD server..."); + printf("audio_esd_out: connecting to esd server...\n"); audio_fd = esd_open_sound(NULL); if(audio_fd < 0) { |