[Mplayer-cvslog] CVS: main/input input.c,1.32,1.33

Arpi of Ize arpi at mplayerhq.hu
Mon May 20 05:25:55 CEST 2002


Update of /cvsroot/mplayer/main/input
In directory mail:/var/tmp.root/cvs-serv6187/input

Modified Files:
	input.c 
Log Message:
big cosmetics patch, cleanup of messages printed by mplayer and libs.
some printf->mp_msg conversion, and some debug messages moved from warn/info to v/dbg2
mplayer's output is now shorter, readable and consistent


Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- input.c	18 May 2002 00:11:43 -0000	1.32
+++ input.c	20 May 2002 03:25:22 -0000	1.33
@@ -1236,7 +1236,7 @@
     return;
   
   if(! mp_input_parse_config(file))
-    mp_msg(MSGT_INPUT,MSGL_WARN,"Falling back on default (hardcoded) config\n");
+    mp_msg(MSGT_INPUT,MSGL_WARN,"Falling back on default (hardcoded) input config\n");
 
 #ifdef HAVE_JOYSTICK
   if(use_joystick) {




More information about the MPlayer-cvslog mailing list