changeset 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 1f7d0e9e2ebf
children 9dfdda88c4b4
files subreader.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;