discomfitor pushed a commit to branch enlightenment-0.20.

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

commit 5ed82b8e38fa0e5d286dd2f3b762fa95794730f2
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 551580d..278780e 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -2658,6 +2658,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