From 5217456b50f707780fce047b9d67b72f74475d3f Mon Sep 17 00:00:00 2001 From: Tudor Brindus Date: Mon, 19 Oct 2020 20:48:41 -0400 Subject: [PATCH] xwayland: fix minor typo in debug log This accidentally slipped through 1b0e4c7. --- xwayland/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";