diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2016-07-06 15:18:46 -0700 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2016-07-07 10:48:34 -0700 |
commit | cff0b1d80faa87815a79e9aee9af8eaa14e26148 (patch) | |
tree | c5324ff199acd2cbe22e931396e8258f2d60de24 /compositor | |
parent | 9335ca5c02372bd82156ce142c466da5f4236a7b (diff) |
xwayland: Cleanup error message on spawn failure Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Diffstat (limited to 'compositor')
-rw-r--r-- | compositor/xwayland.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compositor/xwayland.c b/compositor/xwayland.c index 9fa76001..9881cd9c 100644 --- a/compositor/xwayland.c +++ b/compositor/xwayland.c @@ -146,7 +146,7 @@ spawn_xserver(void *user_data, const char *display, int abstract_fd, int unix_fd break; case -1: - weston_log( "failed to fork\n"); + weston_log("Failed to fork to spawn xserver process\n"); break; } |