From cf894b14b1b9a8ac4fe42eb6c38b076b890f9e22 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 3 Oct 2016 21:09:52 +0200 Subject: [PATCH] src/io/source.c: only show error message from last child source_ --- src/io/source.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/io/source.c b/src/io/source.c index 246eb908..3862d71a 100644 --- a/src/io/source.c +++ b/src/io/source.c @@ -115,8 +115,8 @@ aubio_source_t * new_aubio_source(const char_t * uri, uint_t samplerate, uint_t return s; } #endif /* HAVE_WAVREAD */ - AUBIO_ERROR("source: failed creating aubio source with %s" - " at samplerate %d with hop_size %d\n", uri, samplerate, hop_size); + //AUBIO_ERROR("source: failed creating aubio source with %s" + // " at samplerate %d with hop_size %d\n", uri, samplerate, hop_size); AUBIO_FREE(s); return NULL; } -- 2.11.0