src/io/source.c: only show error message from last child source_
authorPaul Brossier <piem@piem.org>
Mon, 3 Oct 2016 19:09:52 +0000 (21:09 +0200)
committerPaul Brossier <piem@piem.org>
Mon, 3 Oct 2016 19:09:52 +0000 (21:09 +0200)
src/io/source.c

index 246eb90..3862d71 100644 (file)
@@ -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;
 }