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
This commit is contained in:
Mike Blumenkrantz 2016-04-05 15:03:26 -04:00
parent f8bca98f35
commit a99d505771
1 changed files with 1 additions and 0 deletions

View File

@ -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);