mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
Cage: print the correct variable
This commit is contained in:
parent
9e6a5ad44f
commit
90498e85d5
1 changed files with 1 additions and 1 deletions
2
cage.c
2
cage.c
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue