shithub: aubio

Download patch

ref: 6e3fed86eb24685a2ffacd458971d73933b74bcc
parent: 8ff4e4b42909b8708817d972139a1ba795220fe9
author: Paul Brossier <piem@piem.org>
date: Sun Feb 10 10:06:03 EST 2013

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 creating aubio sink with %s", uri);
+  AUBIO_ERROR("failed creating aubio sink with %s\n", uri);
   AUBIO_FREE(s);
   return NULL;
 }