linux-dist/evdev: Print error msg if unable to open mapping file

This commit is contained in:
Jan Holthuis 2015-08-24 00:20:00 +02:00
parent c97727984d
commit 7eab958472
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@
else
{
printf("evdev: unable to open mapping file '%s'\n", mapping_fname);
perror("evdev");
return -3;
}
}