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:
reimar 2004-12-26 10:46:39 +00:00
parent 8b5ed31b4f
commit 05026693d2
1 changed files with 1 additions and 1 deletions

View File

@ -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.