From f5ac80ea88c9da22d6d9b4befa73f0aa1b136196 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 5 Dec 2014 09:57:40 +0100 Subject: coreaudio: add missing \n in log line --- audio/out/ao_coreaudio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/out/ao_coreaudio.c b/audio/out/ao_coreaudio.c index 7cb9231218..92cfa824e4 100644 --- a/audio/out/ao_coreaudio.c +++ b/audio/out/ao_coreaudio.c @@ -411,7 +411,7 @@ bool ca_layout_to_mp_chmap(struct ao *ao, AudioChannelLayout *layout, // descriptions we process here. if (layout->mNumberChannelDescriptions > MP_NUM_CHANNELS) { - MP_VERBOSE(ao, "layout has too many descriptions (%u, max: %d)", + MP_VERBOSE(ao, "layout has too many descriptions (%u, max: %d)\n", (unsigned) layout->mNumberChannelDescriptions, MP_NUM_CHANNELS); return false; -- cgit v1.2.3