summaryrefslogtreecommitdiff
path: root/apps/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs')
-rw-r--r--apps/codecs/vorbis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/vorbis.c b/apps/codecs/vorbis.c
index 7435434721..cb621e8a55 100644
--- a/apps/codecs/vorbis.c
+++ b/apps/codecs/vorbis.c
@@ -184,7 +184,7 @@ next_track:
vf.ready_state = OPENED;
vf.links = 1;
} else {
- DEBUGF("Vorbis: ov_open failed: %d", error);
+ DEBUGF("Vorbis: ov_open failed: %d\n", error);
error = CODEC_ERROR;
goto done;
}