mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-04-19 23:00:36 +02:00
Better error message when exec'ing Xwayland fails
This commit is contained in:
parent
3b843d3a61
commit
7da71eec40
1 changed files with 5 additions and 1 deletions
|
|
@ -117,7 +117,11 @@ weston_xserver_handle_event(int listen_fd, uint32_t mask, void *data)
|
|||
"-wm", wm_fd,
|
||||
"-terminate",
|
||||
NULL) < 0)
|
||||
weston_log("exec failed: %m\n");
|
||||
weston_log("exec of '%s %s -rootless "
|
||||
"-listen %s -listen %s -wm %s "
|
||||
"-terminate' failed: %m\n",
|
||||
xserver, display,
|
||||
abstract_fd, unix_fd, wm_fd);
|
||||
fail:
|
||||
_exit(EXIT_FAILURE);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue