mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-15 05:34:33 -04:00
Cage: add debug print for Wayland socket
This commit is contained in:
parent
14aadbca1b
commit
2c5b3c5ad0
1 changed files with 2 additions and 0 deletions
2
cage.c
2
cage.c
|
|
@ -222,6 +222,8 @@ main(int argc, char *argv[])
|
||||||
if (rc < 0) {
|
if (rc < 0) {
|
||||||
wlr_log_errno(WLR_ERROR, "Unable to set WAYLAND_DISPLAY.",
|
wlr_log_errno(WLR_ERROR, "Unable to set WAYLAND_DISPLAY.",
|
||||||
"Clients may not be able to connect");
|
"Clients may not be able to connect");
|
||||||
|
} else {
|
||||||
|
wlr_log(WLR_DEBUG, "Cage is running on Wayland display %s", socket);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if CAGE_HAS_XWAYLAND
|
#if CAGE_HAS_XWAYLAND
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue