diff options
author | Simon Ser <contact@emersion.fr> | 2021-08-19 20:47:36 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-08-19 20:47:36 +0200 |
commit | 18c2dce65ed0dacdb3920357be695c2b263ada54 (patch) | |
tree | 6a7b9a09d41c5dbee574066a074ba656b458ecd8 /backend/libinput/backend.c | |
parent | 46c42e55c6e0b08d9e7db989d6a10f073525e999 (diff) |
backend: unify startup messages
Diffstat (limited to 'backend/libinput/backend.c')
-rw-r--r-- | backend/libinput/backend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/libinput/backend.c b/backend/libinput/backend.c index c7bde4a9..00145e41 100644 --- a/backend/libinput/backend.c +++ b/backend/libinput/backend.c @@ -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); |