From 60b1cefb4d3870956f631a4843dcecce42072ac1 Mon Sep 17 00:00:00 2001 From: waker Date: Sun, 4 Dec 2011 13:06:29 +0100 Subject: sndfile: added linebreak to trace message --- plugins/sndfile/sndfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/sndfile/sndfile.c b/plugins/sndfile/sndfile.c index f0f872e1..40a182f7 100644 --- a/plugins/sndfile/sndfile.c +++ b/plugins/sndfile/sndfile.c @@ -325,7 +325,7 @@ sndfile_insert (ddb_playlist_t *plt, DB_playItem_t *after, const char *fname) { trace ("calling sf_open_virtual\n"); info.ctx = sf_open_virtual (&vfs, SFM_READ, &inf, &info); if (!info.ctx) { - trace ("sndfile: sf_open failed"); + trace ("sndfile: sf_open failed\n"); deadbeef->fclose (info.file); return NULL; } -- cgit v1.2.3