src/io/sink.c: only show error message from last child sink_
authorPaul Brossier <piem@piem.org>
Wed, 5 Oct 2016 12:08:41 +0000 (14:08 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 5 Oct 2016 12:08:41 +0000 (14:08 +0200)
src/io/sink.c

index a13316a..9fecef7 100644 (file)
@@ -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;
 }