From c835270280ec535fcb407737504a6996174a6195 Mon Sep 17 00:00:00 2001 From: arpi Date: Mon, 20 May 2002 03:25:26 +0000 Subject: 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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6139 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input') diff --git a/input/input.c b/input/input.c index e8c9f419e9..100a36c5bd 100644 --- a/input/input.c +++ b/input/input.c @@ -1236,7 +1236,7 @@ mp_input_init(void) { 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) { -- cgit v1.2.3