mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-26 22:55:58 +01: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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
wlr_log(L_DEBUG, "New input device: %s (%d:%d) %s", device->name,
|
wlr_log(L_DEBUG, "New input device: %s (%d:%d) %s seat:%s", device->name,
|
||||||
device->vendor, device->product, device_type(device->type));
|
device->vendor, device->product, device_type(device->type), seat_name);
|
||||||
|
|
||||||
roots_seat_add_device(seat, device);
|
roots_seat_add_device(seat, device);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue