aboutsummaryrefslogtreecommitdiff
path: root/rootston
diff options
context:
space:
mode:
Diffstat (limited to 'rootston')
-rw-r--r--rootston/input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rootston/input.c b/rootston/input.c
index 08cde4a1..92148b65 100644
--- a/rootston/input.c
+++ b/rootston/input.c
@@ -55,8 +55,8 @@ static void input_add_notify(struct wl_listener *listener, void *data) {
return;
}
- wlr_log(L_DEBUG, "New input device: %s (%d:%d) %s", device->name,
- device->vendor, device->product, device_type(device->type));
+ wlr_log(L_DEBUG, "New input device: %s (%d:%d) %s seat:%s", device->name,
+ device->vendor, device->product, device_type(device->type), seat_name);
roots_seat_add_device(seat, device);
}