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

2016-07-07 Thread Eric Engestrom
On Wed, Jul 06, 2016 at 03:18:46PM -0700, Bryce Harrington wrote:
> Signed-off-by: Bryce Harrington 

Reviewed-by: Eric Engestrom 

> ---
>  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
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel


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

2016-07-06 Thread Bryce Harrington
Signed-off-by: Bryce Harrington 
---
 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

___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel