summaryrefslogtreecommitdiffstats
path: root/input/lirc.c
diff options
context:
space:
mode:
Diffstat (limited to 'input/lirc.c')
-rw-r--r--input/lirc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/lirc.c b/input/lirc.c
index 7b9f675c04..17b7364e9e 100644
--- a/input/lirc.c
+++ b/input/lirc.c
@@ -84,7 +84,7 @@ int mp_input_lirc_read(int fd,char* dest, int s) {
// Nothing in the buffer, poll the lirc fd
if(lirc_nextcode(&code) != 0) {
- mp_msg(MSGT_INPUT,MSGL_ERR,"Lirc error :(\n");
+ mp_msg(MSGT_LIRC,MSGL_ERR,"Lirc error :(\n");
return MP_INPUT_DEAD;
}