aboutsummaryrefslogtreecommitdiff
path: root/xwayland/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'xwayland/server.c')
-rw-r--r--xwayland/server.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/xwayland/server.c b/xwayland/server.c
index a9993a07..ed73027f 100644
--- a/xwayland/server.c
+++ b/xwayland/server.c
@@ -96,9 +96,7 @@ noreturn static void exec_xwayland(struct wlr_xwayland_server *server) {
snprintf(wayland_socket_str, sizeof(wayland_socket_str), "%d", server->wl_fd[1]);
setenv("WAYLAND_SOCKET", wayland_socket_str, true);
- wlr_log(WLR_INFO, "WAYLAND_SOCKET=%d Xwayland :%d -rootless -terminate -core -listenfd %d -listenfd %d -wm %d",
- server->wl_fd[1], server->display, server->x_fd[0],
- server->x_fd[1], server->wm_fd[1]);
+ wlr_log(WLR_INFO, "Starting Xwayland on :%d", server->display);
// Closes stdout/stderr depending on log verbosity
enum wlr_log_importance verbosity = wlr_log_get_verbosity();