ref: b8503f8ba932d024264c92143d35bc362948c19d
parent: cfddab93bb46d44d4d007bbcadac4e46d69b2be7
author: Paul Brossier <piem@piem.org>
date: Wed Oct 5 10:08:41 EDT 2016
src/io/sink.c: only show error message from last child sink_
--- a/src/io/sink.c
+++ b/src/io/sink.c
@@ -98,8 +98,8 @@
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;
}