summaryrefslogtreecommitdiff
path: root/eventcomm.c
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2004-06-06 09:32:02 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:02:27 +0200
commit31bc44fda8663693b339ab6185cfc09bc3dcdd98 (patch)
tree98c8a30f9ed67a2f84737e0b9e6a43ef1dd3dff5 /eventcomm.c
parent8cd0eb9154d97da68a36b7dae4e0695599477f58 (diff)
Fixed compiler warnings when using the xorg sdk include
files.
Diffstat (limited to 'eventcomm.c')
-rw-r--r--eventcomm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eventcomm.c b/eventcomm.c
index 214565b..598bd86 100644
--- a/eventcomm.c
+++ b/eventcomm.c
@@ -49,7 +49,7 @@ EventDeviceOnHook(LocalDevicePtr local)
int ret;
SYSCALL(ret = ioctl(local->fd, EVIOCGRAB, (pointer)1));
if (ret < 0) {
- xf86Msg(X_WARNING, "%s can't grab event device\n",
+ xf86Msg(X_WARNING, "%s can't grab event device, errno=%d\n",
local->name, errno);
}
}