evdev: Correct warning on missing input device
authorOlivier Le Thanh Duong <olivier@lethanh.be>
Sat, 14 Jan 2012 14:57:34 +0000 (15:57 +0100)
committerJonas Ådahl <jadahl@gmail.com>
Sun, 10 Nov 2013 16:51:27 +0000 (17:51 +0100)
src/evdev.c

index 39e04d8..d614e25 100644 (file)
@@ -550,7 +550,7 @@ evdev_add_devices(struct udev *udev, struct weston_input_device *input_base)
                fprintf(stderr,
                        "warning: no input devices on entering Weston. "
                        "Possible causes:\n"
-                       "\t- no permissions to read /dev/input/evdev*\n"
+                       "\t- no permissions to read /dev/input/event*\n"
                        "\t- seats misconfigured "
                        "(Weston backend option 'seat', "
                        "udev device property ID_SEAT)\n");