From b8503f8ba932d024264c92143d35bc362948c19d Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 5 Oct 2016 14:08:41 +0200 Subject: [PATCH] src/io/sink.c: only show error message from last child sink_ --- src/io/sink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/io/sink.c b/src/io/sink.c index a13316a2..9fecef7e 100644 --- a/src/io/sink.c +++ b/src/io/sink.c @@ -98,8 +98,8 @@ aubio_sink_t * new_aubio_sink(const char_t * uri, uint_t samplerate) { return s; } #endif /* HAVE_WAVWRITE */ - AUBIO_ERROR("sink: failed creating %s with samplerate %dHz\n", - uri, samplerate); + //AUBIO_ERROR("sink: failed creating '%s' with samplerate %dHz\n", + // uri, samplerate); AUBIO_FREE(s); return NULL; } -- 2.11.0