projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ff4e4b
)
src/io/sink.c: improve error message
author
Paul Brossier
<piem@piem.org>
Sun, 10 Feb 2013 20:06:03 +0000
(15:06 -0500)
committer
Paul Brossier
<piem@piem.org>
Sun, 10 Feb 2013 20:06:03 +0000
(15:06 -0500)
src/io/sink.c
patch
|
blob
|
history
diff --git
a/src/io/sink.c
b/src/io/sink.c
index f3d6e3686149f5bd0de0c43cf1efd24671df855b..5a48622211b155da9483d4607e5b52718d5e5729 100644
(file)
--- a/
src/io/sink.c
+++ b/
src/io/sink.c
@@
-44,7
+44,7
@@
aubio_sink_t * new_aubio_sink(char_t * uri, uint_t samplerate) {
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;
}