mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-06 13:29:45 -05:00
rootston: log seat name
This commit is contained in:
parent
5ac05b0c47
commit
fc6c3310e8
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue