shithub: aubio

Download patch

ref: 65525fe1204b6f5062c18274a408874258e32cd1
parent: 6bfbcdcd0289f064ba80830025f384a214e246cb
author: Paul Brossier <[email protected]>
date: Sun Jul 15 14:47:23 EDT 2012

src/io/sink.c: improve error message

--- a/src/io/sink.c
+++ b/src/io/sink.c
@@ -44,7 +44,7 @@
   if (s->sink) return s;
 #endif /* HAVE_SNDFILE */
 #endif /* __APPLE__ */
-  AUBIO_ERROR("failed opening %s", uri);
+  AUBIO_ERROR("failed creating aubio sink with %s", uri);
   AUBIO_FREE(s);
   return NULL;
 }