projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfddab9
)
src/io/sink.c: only show error message from last child sink_
author
Paul Brossier
<piem@piem.org>
Wed, 5 Oct 2016 12:08:41 +0000
(14:08 +0200)
committer
Paul Brossier
<piem@piem.org>
Wed, 5 Oct 2016 12:08:41 +0000
(14:08 +0200)
src/io/sink.c
patch
|
blob
|
history
diff --git
a/src/io/sink.c
b/src/io/sink.c
index
a13316a
..
9fecef7
100644
(file)
--- a/
src/io/sink.c
+++ b/
src/io/sink.c
@@
-98,8
+98,8
@@
aubio_sink_t * new_aubio_sink(const char_t * uri, uint_t samplerate) {
return s;
}
#endif /* HAVE_WAVWRITE */
-
AUBIO_ERROR("sink: failed creating %s
with samplerate %dHz\n",
- uri, samplerate);
+
//AUBIO_ERROR("sink: failed creating '%s'
with samplerate %dHz\n",
+
//
uri, samplerate);
AUBIO_FREE(s);
return NULL;
}