linux-dist/evdev: Print error msg if unable to open mapping file
This commit is contained in:
parent
c97727984d
commit
7eab958472
|
@ -280,6 +280,7 @@
|
|||
else
|
||||
{
|
||||
printf("evdev: unable to open mapping file '%s'\n", mapping_fname);
|
||||
perror("evdev");
|
||||
return -3;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue