From 17d0f0e22c6ffac193b2b4b68c1faa65de419eb9 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 21 Sep 2016 14:07:04 +0200 Subject: [PATCH] src/io/source_sndfile.c: improve formatting --- src/io/source_sndfile.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.11.0