projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
980a4f4
)
src/io/source_sndfile.c: improve formatting
author
Paul Brossier
<piem@piem.org>
Wed, 21 Sep 2016 12:07:04 +0000
(14:07 +0200)
committer
Paul Brossier
<piem@piem.org>
Wed, 21 Sep 2016 12:07:04 +0000
(14:07 +0200)
src/io/source_sndfile.c
patch
|
blob
|
history
diff --git
a/src/io/source_sndfile.c
b/src/io/source_sndfile.c
index
5c8d5a5
..
7c508fb
100644
(file)
--- a/
src/io/source_sndfile.c
+++ b/
src/io/source_sndfile.c
@@
-98,7
+98,8
@@
aubio_source_sndfile_t * new_aubio_source_sndfile(const char_t * path, uint_t sa
if (s->handle == NULL) {
/* show libsndfile err msg */
- AUBIO_ERR("source_sndfile: Failed opening %s: %s\n", s->path, sf_strerror (NULL));
+ AUBIO_ERR("source_sndfile: Failed opening %s (%s)\n", s->path,
+ sf_strerror (NULL));
goto beach;
}