src/effects/pitchshift_rubberband.c: fix error message
authorPaul Brossier <piem@piem.org>
Wed, 21 Sep 2016 16:02:44 +0000 (18:02 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 21 Sep 2016 16:02:44 +0000 (18:02 +0200)
src/effects/pitchshift_rubberband.c

index cda63dc..8e86bf0 100644 (file)
@@ -58,7 +58,7 @@ new_aubio_pitchshift (const char_t * mode,
 
   p->rboptions = aubio_get_rubberband_opts(mode);
   if (p->rboptions < 0) {
-    AUBIO_ERR("timestretch: unknown pitch shifting method %s\n", mode);
+    AUBIO_ERR("pitchshift: unknown pitch shifting method %s\n", mode);
     goto beach;
   }
   //AUBIO_MSG("pitchshift: using pitch shifting method %s\n", mode);