[MPlayer-cvslog] CVS: main mplayer.c,1.821,1.822

Reimar Döffinger CVS syncmail at mplayerhq.hu
Sun Dec 26 11:46:41 CET 2004


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv706

Modified Files:
	mplayer.c 
Log Message:
Set message level of the added subtitle message to INFO, fixes bug #139


Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.821
retrieving revision 1.822
diff -u -r1.821 -r1.822
--- mplayer.c	21 Dec 2004 12:25:58 -0000	1.821
+++ mplayer.c	26 Dec 2004 10:46:39 -0000	1.822
@@ -766,7 +766,7 @@
       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.




More information about the MPlayer-cvslog mailing list