Fix error message

(cherry picked from commit 4c5c9c111d)
This commit is contained in:
Fernando Carrijo
2008-11-06 13:20:16 -05:00
committed by Peter Hutterer
parent 7ef4e2c5e1
commit 29c2765fc3

View File

@@ -1118,7 +1118,7 @@ EvdevCacheCompare(InputInfoPtr pInfo, BOOL compare)
if (ioctl(pInfo->fd,
EVIOCGBIT(0, sizeof(bitmask)), bitmask) < 0) {
xf86Msg(X_ERROR, "ioctl EVIOCGNAME failed: %s\n", strerror(errno));
xf86Msg(X_ERROR, "ioctl EVIOCGBIT failed: %s\n", strerror(errno));
goto error;
}