ref: 09b4be98f30664d46209e80cebd2b9b8c15496a4
parent: 41d14b8a91d9c98354be4a62cf9b63791e7b6794
parent: 0e6ad10408877fbab95730194e3fa881822e20ca
author: Paul Brossier <piem@piem.org>
date: Mon Dec 17 11:42:21 EST 2018
Merge branch 'feature/sink_vorbis' into feature/sink_flac
--- a/src/io/sink_vorbis.c
+++ b/src/io/sink_vorbis.c
@@ -69,7 +69,7 @@
aubio_sink_vorbis_t * s = AUBIO_NEW(aubio_sink_vorbis_t);
if (!uri) {
- AUBIO_ERROR("sink_apple_audio: Aborted opening null path\n");
+ AUBIO_ERROR("sink_vorbis: Aborted opening null path\n");
goto failure;
}