From eba5d025d2ba682de358b792dd15e80529d6a0f1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 21 Dec 2013 21:41:18 +0100 Subject: msg: convert defines to enum Also get rid of MSGL_HINT and the many MSGL_DBG* levels. --- sub/ass_mp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sub') diff --git a/sub/ass_mp.c b/sub/ass_mp.c index e77ce298dd..83d56e4fc6 100644 --- a/sub/ass_mp.c +++ b/sub/ass_mp.c @@ -209,8 +209,8 @@ static int map_ass_level[] = { MSGL_V, MSGL_V, MSGL_V, // 5 application recommended level - MSGL_DBG2, - MSGL_DBG3, // 7 "verbose DEBUG" + MSGL_DEBUG, + MSGL_TRACE, // 7 "verbose DEBUG" }; static void message_callback(int level, const char *format, va_list va, void *ctx) -- cgit v1.2.3