diff options
Diffstat (limited to 'rootston/virtual_keyboard.c')
-rw-r--r-- | rootston/virtual_keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |