summaryrefslogtreecommitdiff
path: root/synaptics.c
diff options
context:
space:
mode:
Diffstat (limited to 'synaptics.c')
-rw-r--r--synaptics.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/synaptics.c b/synaptics.c
index d23373d..8657264 100644
--- a/synaptics.c
+++ b/synaptics.c
@@ -199,7 +199,8 @@ SetDeviceAndProtocol(LocalDevicePtr local)
SYSCALL(fd = open(fname, O_RDONLY));
if (fd < 0) {
if (errno == ENOENT) {
- ErrorF("%s no synaptics event device found\n", local->name);
+ ErrorF("%s no synaptics event device found (checked %d nodes)\n",
+ local->name, i + 1);
break;
} else {
continue;