From: Paul Brossier Date: Wed, 21 Sep 2016 12:07:04 +0000 (+0200) Subject: src/io/source_sndfile.c: improve formatting X-Git-Tag: 0.4.4~219 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=17d0f0e22c6ffac193b2b4b68c1faa65de419eb9;p=aubio.git src/io/source_sndfile.c: improve formatting --- diff --git a/src/io/source_sndfile.c b/src/io/source_sndfile.c index 5c8d5a53..7c508fbe 100644 --- a/src/io/source_sndfile.c +++ b/src/io/source_sndfile.c @@ -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; }