comparison subreader.c @ 31114:857b043e1b84

move 'dvdsublang... moviename en,eng,' message to debug level. patch by ubitux at gmail.
author compn
date Thu, 13 May 2010 18:11:45 +0000
parents 6a5957bf5b70
children 9667e45d6516
comparison
equal deleted inserted replaced
31113:1f7d0e9e2ebf 31114:857b043e1b84
1920 if (found) { 1920 if (found) {
1921 int prio = 0; 1921 int prio = 0;
1922 if (!prio && tmp_sub_id) 1922 if (!prio && tmp_sub_id)
1923 { 1923 {
1924 sprintf(tmpresult, "%s %s", f_fname_trim, tmp_sub_id); 1924 sprintf(tmpresult, "%s %s", f_fname_trim, tmp_sub_id);
1925 mp_msg(MSGT_SUBREADER,MSGL_INFO,"dvdsublang...%s\n", tmpresult); 1925 mp_msg(MSGT_SUBREADER, MSGL_DBG2,"Potential sub: %s\n", tmp_fname_trim);
1926 if (strcmp(tmp_fname_trim, tmpresult) == 0 && sub_match_fuzziness >= 1) { 1926 if (strcmp(tmp_fname_trim, tmpresult) == 0 && sub_match_fuzziness >= 1) {
1927 // matches the movie name + lang extension 1927 // matches the movie name + lang extension
1928 prio = 5; 1928 prio = 5;
1929 } 1929 }
1930 } 1930 }