From be5c1a26afc4392960126a5690f691c70469b8e1 Mon Sep 17 00:00:00 2001 From: Charlotte Meyer Date: Mon, 11 Mar 2019 12:02:55 +0100 Subject: [PATCH] More unified logging --- kiwmi/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwmi/input.c b/kiwmi/input.c index 74974bc..aba6882 100644 --- a/kiwmi/input.c +++ b/kiwmi/input.c @@ -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: