From fcd45c51116c5988435e02f53c9d274537818666 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 12 Oct 2006 22:24:19 +0000 Subject: slight overall verbosity reduction git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20191 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/lirc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'input/lirc.c') diff --git a/input/lirc.c b/input/lirc.c index 9694e64367..92d64833d6 100644 --- a/input/lirc.c +++ b/input/lirc.c @@ -23,9 +23,9 @@ int mp_input_lirc_init(void) { int lirc_sock; - mp_msg(MSGT_LIRC,MSGL_INFO,MSGTR_SettingUpLIRC); + mp_msg(MSGT_LIRC,MSGL_V,MSGTR_SettingUpLIRC); if((lirc_sock=lirc_init("mplayer",1))==-1){ - mp_msg(MSGT_LIRC,MSGL_ERR,MSGTR_LIRCopenfailed MSGTR_LIRCdisabled); + mp_msg(MSGT_LIRC,MSGL_ERR,MSGTR_LIRCopenfailed); return -1; } -- cgit v1.2.3