projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6f1f7d
)
[specdesc] improve error message
author
Paul Brossier
<piem@piem.org>
Sat, 24 Nov 2018 18:03:31 +0000
(19:03 +0100)
committer
Paul Brossier
<piem@piem.org>
Sat, 24 Nov 2018 18:03:31 +0000
(19:03 +0100)
src/spectral/specdesc.c
patch
|
blob
|
history
diff --git
a/src/spectral/specdesc.c
b/src/spectral/specdesc.c
index
eee3787
..
cc1665a
100644
(file)
--- a/
src/spectral/specdesc.c
+++ b/
src/spectral/specdesc.c
@@
-296,7
+296,8
@@
new_aubio_specdesc (const char_t * onset_mode, uint_t size){
else if (strcmp (onset_mode, "default") == 0)
onset_type = aubio_onset_default;
else {
- AUBIO_ERR("unknown spectral descriptor type %s\n", onset_mode);
+ AUBIO_ERR("specdesc: unknown spectral descriptor type '%s'\n",
+ onset_mode);
AUBIO_FREE(o);
return NULL;
}