diff input/lirc.c @ 33827:277ec491a8a7

Do not translate console messages of verbosity level MSGL_V and above.
author diego
date Sun, 24 Jul 2011 23:55:34 +0000
parents 8fa2f43cb760
children
line wrap: on
line diff
--- a/input/lirc.c	Sun Jul 24 23:55:26 2011 +0000
+++ b/input/lirc.c	Sun Jul 24 23:55:34 2011 +0000
@@ -41,7 +41,7 @@
   int lirc_sock;
   int mode;
 
-  mp_msg(MSGT_LIRC,MSGL_V,MSGTR_SettingUpLIRC);
+  mp_msg(MSGT_LIRC, MSGL_V, "Setting up LIRC support...\n");
   if((lirc_sock=lirc_init("mplayer",1))==-1){
     mp_msg(MSGT_LIRC,MSGL_ERR,MSGTR_LIRCopenfailed);
     return -1;