aboutsummaryrefslogtreecommitdiff
path: root/xwayland/server.c
diff options
context:
space:
mode:
authorTudor Brindus <me@tbrindus.ca>2020-10-19 20:48:41 -0400
committerSimon Ser <contact@emersion.fr>2020-10-20 09:09:49 +0200
commit5217456b50f707780fce047b9d67b72f74475d3f (patch)
tree3ecf58ffedd5df7d624203f6094413a4a5113437 /xwayland/server.c
parent31aa7f4c95ccc8260d5202d6f0d8c6b5c3c80061 (diff)
xwayland: fix minor typo in debug log
This accidentally slipped through 1b0e4c7.
Diffstat (limited to 'xwayland/server.c')
-rw-r--r--xwayland/server.c2
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";