[PATCH weston] compositor: Improve xwayland warning message

Quentin Glidic sardemff7+wayland at sardemff7.net
Thu Feb 9 20:54:17 UTC 2017


On 09/02/2017 21:28, Armin Krezović wrote:
> And fix formatting.
> 
> Signed-off-by: Armin Krezović <krezovic.armin at gmail.com>

Nice:
Reviewed-by: Quentin Glidic <sardemff7+git at sardemff7.net>
And pushed:
efc2b1d4..e6b71366  master -> master

Thanks,


> ---
>   compositor/main.c | 7 ++++---
>   1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/compositor/main.c b/compositor/main.c
> index 4bd6e681..72c3cd10 100644
> --- a/compositor/main.c
> +++ b/compositor/main.c
> @@ -860,9 +860,10 @@ load_modules(struct weston_compositor *ec, const char *modules,
>   		snprintf(buffer, sizeof buffer, "%.*s", (int) (end - p), p);
>   
>   		if (strstr(buffer, "xwayland.so")) {
> -			weston_log("Old Xwayland module loading detected:"
> -				   "Please use --xwayland command line option"
> -				   "or weston.ini xwayland=true\n");
> +			weston_log("Old Xwayland module loading detected: "
> +				   "Please use --xwayland command line option "
> +				   "or set xwayland=true in the [core] section "
> +				   "in weston.ini\n");
>   			*xwayland = 1;
>   		} else {
>   			if (wet_load_module(ec, buffer, argc, argv) < 0)
> 


-- 

Quentin “Sardem FF7” Glidic


More information about the wayland-devel mailing list