projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bfbcdc
)
src/io/sink.c: improve error message
author
Paul Brossier
<piem@piem.org>
Mon, 16 Jul 2012 00:47:23 +0000
(18:47 -0600)
committer
Paul Brossier
<piem@piem.org>
Mon, 16 Jul 2012 00:47:23 +0000
(18:47 -0600)
src/io/sink.c
patch
|
blob
|
history
diff --git
a/src/io/sink.c
b/src/io/sink.c
index 570f67421623eb7fcff2ffbd0bd77a2cdd8c3cfc..f3d6e3686149f5bd0de0c43cf1efd24671df855b 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
opening
%s", uri);
+ AUBIO_ERROR("failed
creating aubio sink with
%s", uri);
AUBIO_FREE(s);
return NULL;
}