From 8e59691b2a3296f45355e8da5455bd203a64243d Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Fri, 7 Mar 2003 12:51:47 +0000 Subject: more work on console output cleanup CVS patchset: 4357 CVS date: 2003/03/07 12:51:47 --- src/demuxers/demux_aiff.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/demuxers/demux_aiff.c') diff --git a/src/demuxers/demux_aiff.c b/src/demuxers/demux_aiff.c index 9eb5bca02..1ba9c8a0f 100644 --- a/src/demuxers/demux_aiff.c +++ b/src/demuxers/demux_aiff.c @@ -19,7 +19,7 @@ * * AIFF File Demuxer by Mike Melanson (melanson@pcisys.net) * - * $Id: demux_aiff.c,v 1.27 2003/01/23 16:11:56 miguelfreitas Exp $ + * $Id: demux_aiff.c,v 1.28 2003/03/07 12:51:47 guenter Exp $ * */ @@ -349,7 +349,8 @@ static demux_plugin_t *open_plugin (demux_class_t *class_gen, xine_stream_t *str demux_aiff_t *this; if (! (input->get_capabilities(input) & INPUT_CAP_SEEKABLE)) { - printf(_("demux_aiff.c: input not seekable, can not handle!\n")); + if (stream->xine->verbosity >= XINE_VERBOSITY_DEBUG) + printf(_("demux_aiff.c: input not seekable, can not handle!\n")); return NULL; } -- cgit v1.2.3