rootston: log seat name

This commit is contained in:
Tony Crisci 2017-11-07 16:32:14 -05:00
parent 5ac05b0c47
commit fc6c3310e8
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}