src/io/source_sndfile.c: improve formatting
authorPaul Brossier <piem@piem.org>
Wed, 21 Sep 2016 12:07:04 +0000 (14:07 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 21 Sep 2016 12:07:04 +0000 (14:07 +0200)
src/io/source_sndfile.c

index 5c8d5a5..7c508fb 100644 (file)
@@ -98,7 +98,8 @@ aubio_source_sndfile_t * new_aubio_source_sndfile(const char_t * path, uint_t sa
 
   if (s->handle == NULL) {
     /* show libsndfile err msg */
-    AUBIO_ERR("source_sndfile: Failed opening %s: %s\n", s->path, sf_strerror (NULL));
+    AUBIO_ERR("source_sndfile: Failed opening %s (%s)\n", s->path,
+        sf_strerror (NULL));
     goto beach;
   }