Cage: print the correct variable

This commit is contained in:
Jente Hidskes 2019-04-20 15:49:46 +02:00 committed by Jente Hidskes
parent 9e6a5ad44f
commit 90498e85d5

2
cage.c
View file

@ -290,7 +290,7 @@ main(int argc, char *argv[])
wlr_log_errno(WLR_ERROR, "Unable to set DISPLAY for XWayland.",
"Clients may not be able to connect");
} else {
wlr_log(WLR_DEBUG, "XWayland is running on display %s", socket);
wlr_log(WLR_DEBUG, "XWayland is running on display %s", xwayland->display_name);
}
if (wlr_xcursor_manager_load(xcursor_manager, 1)) {