mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-16 08:56:26 -05:00
backend: unify startup messages
This commit is contained in:
parent
46c42e55c6
commit
18c2dce65e
3 changed files with 4 additions and 2 deletions
|
|
@ -84,7 +84,7 @@ static void log_libinput(struct libinput *libinput_context,
|
|||
static bool backend_start(struct wlr_backend *wlr_backend) {
|
||||
struct wlr_libinput_backend *backend =
|
||||
get_libinput_backend_from_backend(wlr_backend);
|
||||
wlr_log(WLR_DEBUG, "Initializing libinput");
|
||||
wlr_log(WLR_DEBUG, "Starting libinput backend");
|
||||
|
||||
backend->libinput_context = libinput_udev_create_context(&libinput_impl,
|
||||
backend, backend->session->udev);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue