From a99d505771dec29b9bbe29981fb561f17be50ce3 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 5 Apr 2016 15:03:26 -0400 Subject: [PATCH] set WAYLAND_DEBUG=0 during wl compositor init ensures that debug logs won't get both compositor and client output, making the log impossible to read --- src/bin/e_comp_wl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 2f923b559..6e6fc7828 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -2535,6 +2535,7 @@ e_comp_wl_init(void) e_randr2_screens_setup(-1, -1); elm_config_preferred_engine_set("wayland_shm"); } + e_util_env_set("WAYLAND_DEBUG", "0"); e_util_env_set("ELM_DISPLAY", "wl"); if (e_comp_gl_get()) ecore_job_add(_e_comp_wl_gl_init, NULL);