summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-26 10:46:39 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-26 10:46:39 +0000
commit05026693d20d52e9ba8a7c3f5fde53488a6138b3 (patch)
treeb3463f5d9817e52624fdae350cf826fe057359da /mplayer.c
parent8b5ed31b4ff8a4e5d118724ea1aab5267ab13821 (diff)
downloadmpv-05026693d20d52e9ba8a7c3f5fde53488a6138b3.tar.bz2
mpv-05026693d20d52e9ba8a7c3f5fde53488a6138b3.tar.xz
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
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
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.