mirror of
https://github.com/mpv-player/mpv
synced 2025-03-05 13:47:39 +00:00
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
This commit is contained in:
parent
8b5ed31b4f
commit
05026693d2
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user