# HG changeset patch # User compn # Date 1273774305 0 # Node ID 857b043e1b8438b7c80ce08f933e3f4f86867a73 # Parent 1f7d0e9e2ebfa288eefc4f5787eb073fdb2a99b0 move 'dvdsublang... moviename en,eng,' message to debug level. patch by ubitux at gmail. diff -r 1f7d0e9e2ebf -r 857b043e1b84 subreader.c --- a/subreader.c Wed May 12 20:47:32 2010 +0000 +++ b/subreader.c Thu May 13 18:11:45 2010 +0000 @@ -1922,7 +1922,7 @@ 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;