diff input/input.c @ 6138:523014df7d32

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
author arpi
date Mon, 20 May 2002 03:25:26 +0000
parents 69b3c25728fb
children a4bbda72ce86
line wrap: on
line diff
--- a/input/input.c	Mon May 20 02:27:10 2002 +0000
+++ b/input/input.c	Mon May 20 03:25:26 2002 +0000
@@ -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) {