From 6b9d3f4f7bcc51c9b0ec6407b5df33106b028285 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 2 Apr 2017 17:23:11 +0200 Subject: audio: lower "Disabling multichannel output." warning to verbose Not sure why it was a warning in the first place. --- audio/out/ao.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/out/ao.c b/audio/out/ao.c index 32140b2b34..1c51a070b1 100644 --- a/audio/out/ao.c +++ b/audio/out/ao.c @@ -455,7 +455,7 @@ bool ao_chmap_sel_adjust2(struct ao *ao, const struct mp_chmap_sel *s, if (!mp_chmap_equals(&res, &(struct mp_chmap)MP_CHMAP_INIT_MONO) && !mp_chmap_equals(&res, &(struct mp_chmap)MP_CHMAP_INIT_STEREO)) { - MP_WARN(ao, "Disabling multichannel output.\n"); + MP_VERBOSE(ao, "Disabling multichannel output.\n"); *map = (struct mp_chmap)MP_CHMAP_INIT_STEREO; } } -- cgit v1.2.3