From f650860dacb65b347c215149b51e224d9061dbff Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 11 Dec 2009 17:54:12 +0100 Subject: [PATCH] specdesc.c: mention default is used instead of unknown one --- src/spectral/specdesc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spectral/specdesc.c b/src/spectral/specdesc.c index 838188e4..c3ff85c2 100644 --- a/src/spectral/specdesc.c +++ b/src/spectral/specdesc.c @@ -291,7 +291,7 @@ new_aubio_specdesc (char_t * onset_mode, 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("unknown spectral descriptor type %s, using default.\n", onset_mode); onset_type = aubio_onset_default; } switch(onset_type) { -- 2.26.2