summaryrefslogtreecommitdiff
path: root/tools/event-gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/event-gui.c')
-rw-r--r--tools/event-gui.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/event-gui.c b/tools/event-gui.c
index 142990d5..b6d21b66 100644
--- a/tools/event-gui.c
+++ b/tools/event-gui.c
@@ -272,7 +272,10 @@ handle_event_device_notify(struct libinput_event *ev)
else
type = "removed";
- msg("%s %s\n", libinput_device_get_sysname(dev), type);
+ msg("%s %-30s %s\n",
+ libinput_device_get_sysname(dev),
+ libinput_device_get_name(dev),
+ type);
if (libinput_device_config_tap_get_finger_count(dev) > 0) {
enum libinput_config_status status;