From 7cbef152063e1fbb24e6204339ff4587a74be04b Mon Sep 17 00:00:00 2001 From: emersion Date: Mon, 9 Jul 2018 22:49:54 +0100 Subject: util: add wlr_ prefix to log symbols --- rootston/virtual_keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rootston/virtual_keyboard.c') diff --git a/rootston/virtual_keyboard.c b/rootston/virtual_keyboard.c index db47efca..e862caf4 100644 --- a/rootston/virtual_keyboard.c +++ b/rootston/virtual_keyboard.c @@ -13,7 +13,7 @@ void handle_virtual_keyboard(struct wl_listener *listener, void *data) { struct roots_seat *seat = input_seat_from_wlr_seat(desktop->server->input, keyboard->seat); if (!seat) { - wlr_log(L_ERROR, "could not find roots seat"); + wlr_log(WLR_ERROR, "could not find roots seat"); return; } -- cgit v1.2.3