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
|
|
@ -267,7 +267,7 @@ static const struct wl_registry_listener registry_listener = {
|
|||
*/
|
||||
static bool backend_start(struct wlr_backend *backend) {
|
||||
struct wlr_wl_backend *wl = get_wl_backend_from_backend(backend);
|
||||
wlr_log(WLR_INFO, "Initializating wayland backend");
|
||||
wlr_log(WLR_INFO, "Starting Wayland backend");
|
||||
|
||||
wl->started = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue