More unified logging
This commit is contained in:
parent
0f72a55bf7
commit
be5c1a26af
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ new_input_notify(struct wl_listener *listener, void *data)
|
|||
struct kiwmi_server *server = wl_container_of(listener, server, new_input);
|
||||
struct wlr_input_device *device = data;
|
||||
|
||||
wlr_log(WLR_DEBUG, "Adding input device: '%s'", device->name);
|
||||
wlr_log(WLR_DEBUG, "New input %p: %s", device, device->name);
|
||||
|
||||
switch (device->type) {
|
||||
case WLR_INPUT_DEVICE_POINTER:
|
||||
|
|
Loading…
Reference in a new issue