diff options
author | Tudor Brindus <me@tbrindus.ca> | 2020-10-19 20:48:41 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-10-20 09:09:49 +0200 |
commit | 5217456b50f707780fce047b9d67b72f74475d3f (patch) | |
tree | 3ecf58ffedd5df7d624203f6094413a4a5113437 | |
parent | 31aa7f4c95ccc8260d5202d6f0d8c6b5c3c80061 (diff) |
xwayland: fix minor typo in debug log
This accidentally slipped through 1b0e4c7.
-rw-r--r-- | xwayland/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xwayland/server.c b/xwayland/server.c index 24b435aa..d0057c66 100644 --- a/xwayland/server.c +++ b/xwayland/server.c @@ -109,7 +109,7 @@ noreturn static void exec_xwayland(struct wlr_xwayland_server *server) { const char *xwayland_path = getenv("WLR_XWAYLAND"); if (xwayland_path) { - wlr_log(WLR_INFO, "Using Xwayland binary to '%s' due to WLR_XWAYLAND", + wlr_log(WLR_INFO, "Using Xwayland binary '%s' due to WLR_XWAYLAND", xwayland_path); } else { xwayland_path = "Xwayland"; |