From 05026693d20d52e9ba8a7c3f5fde53488a6138b3 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 26 Dec 2004 10:46:39 +0000 Subject: [PATCH] Set message level of the added subtitle message to INFO, fixes bug #139 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14242 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mplayer.c b/mplayer.c index 7c7d2ccdc4..b352594a8b 100644 --- a/mplayer.c +++ b/mplayer.c @@ -766,7 +766,7 @@ void add_subtitles(char *filename, float fps, int silent) mp_msg(MSGT_GLOBAL, MSGL_INFO, "ID_FILE_SUB_FILENAME=%s\n", filename); } ++set_of_sub_size; - mp_msg(MSGT_FIXME, MSGL_FIXME, MSGTR_AddedSubtitleFile, set_of_sub_size, filename); + mp_msg(MSGT_CPLAYER, MSGL_INFO, MSGTR_AddedSubtitleFile, set_of_sub_size, filename); } // FIXME: if/when the GUI calls this, global sub numbering gets (potentially) broken.