pull from master
[aubio.git] / src / spectral / specdesc.c
index aabfcd9..fa86339 100644 (file)
@@ -273,7 +273,7 @@ new_aubio_specdesc (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("unknown spectral descriptor type %s, using default.\n", onset_mode);
       onset_type = aubio_onset_default;
   }
   switch(onset_type) {