From 90498e85d5c1951d08808b0229f1ced28a3c2258 Mon Sep 17 00:00:00 2001 From: Jente Hidskes Date: Sat, 20 Apr 2019 15:49:46 +0200 Subject: [PATCH] Cage: print the correct variable --- cage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cage.c b/cage.c index 8e1d2e6..d4cf210 100644 --- a/cage.c +++ b/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)) {