[PATCH weston] xwayland: Cleanup error message on spawn failure Signed-off-by: Bryce Harrington <bryce at osg.samsung.com>

Eric Engestrom eric.engestrom at imgtec.com
Thu Jul 7 12:17:58 UTC 2016


On Wed, Jul 06, 2016 at 03:18:46PM -0700, Bryce Harrington wrote:
> Signed-off-by: Bryce Harrington <bryce at osg.samsung.com>

Reviewed-by: Eric Engestrom <eric.engestrom at imgtec.com>

> ---
>  compositor/xwayland.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/compositor/xwayland.c b/compositor/xwayland.c
> index 9fa7600..9881cd9 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;
>  	}
>  
> -- 
> 1.9.1


More information about the wayland-devel mailing list