[PATCH weston] compositor: Improve xwayland warning message
Armin Krezović
krezovic.armin at gmail.com
Thu Feb 9 20:28:32 UTC 2017
And fix formatting.
Signed-off-by: Armin Krezović <krezovic.armin at gmail.com>
---
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)
--
2.11.1
More information about the wayland-devel
mailing list