summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-13 18:11:45 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-13 18:11:45 +0000
commit30ead7d5d3e1e6b73cbc40d1c812c8870042eee8 (patch)
tree9ba6864e129f83f085fb4ff01ddf0e138fcfd31f
parent210601a9532c6ad92ea46596485e4387bd4b30eb (diff)
downloadmpv-30ead7d5d3e1e6b73cbc40d1c812c8870042eee8.tar.bz2
mpv-30ead7d5d3e1e6b73cbc40d1c812c8870042eee8.tar.xz
move 'dvdsublang... moviename en,eng,' message to debug level.
change 'dvdsublang' to 'potential sub', subtitles werent always dvd related. also change output to only output selected subtitle. patch by ubitux at gmail. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31171 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--subreader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subreader.c b/subreader.c
index 0169925727..7354d3ee12 100644
--- a/subreader.c
+++ b/subreader.c
@@ -1922,7 +1922,7 @@ char** sub_filenames(const char* path, char *fname)
if (!prio && tmp_sub_id)
{
sprintf(tmpresult, "%s %s", f_fname_trim, tmp_sub_id);
- mp_msg(MSGT_SUBREADER,MSGL_INFO,"dvdsublang...%s\n", tmpresult);
+ mp_msg(MSGT_SUBREADER, MSGL_DBG2,"Potential sub: %s\n", tmp_fname_trim);
if (strcmp(tmp_fname_trim, tmpresult) == 0 && sub_match_fuzziness >= 1) {
// matches the movie name + lang extension
prio = 5;