mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
xwayland: fix minor typo in debug log
This accidentally slipped through 1b0e4c7.
This commit is contained in:
parent
31aa7f4c95
commit
5217456b50
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ noreturn static void exec_xwayland(struct wlr_xwayland_server *server) {
|
||||||
|
|
||||||
const char *xwayland_path = getenv("WLR_XWAYLAND");
|
const char *xwayland_path = getenv("WLR_XWAYLAND");
|
||||||
if (xwayland_path) {
|
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);
|
xwayland_path);
|
||||||
} else {
|
} else {
|
||||||
xwayland_path = "Xwayland";
|
xwayland_path = "Xwayland";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue