discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=a99d505771dec29b9bbe29981fb561f17be50ce3

commit a99d505771dec29b9bbe29981fb561f17be50ce3
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue Apr 5 15:03:26 2016 -0400

    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 2f923b5..6e6fc78 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);

-- 


Reply via email to