discomfitor pushed a commit to branch master.

http://git.enlightenment.org/apps/empc.git/commit/?id=4dce054617bf317288f5786877edd4833b5513bb

commit 4dce054617bf317288f5786877edd4833b5513bb
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Sun Dec 28 18:26:42 2014 -0500

    shutup evas_main log dom
    
    this is probably not the best way to prevent the infinite edje recalc 
errors but I doubt the internals will be fixed anytime soon so here goes
---
 src/bin/empc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/empc.c b/src/bin/empc.c
index 873772a..584bbfc 100644
--- a/src/bin/empc.c
+++ b/src/bin/empc.c
@@ -3478,6 +3478,7 @@ main(int argc, char *argv[])
    elm_init(argc, argv);
    elm_config_scale_set(1.3);
 
+   eina_log_domain_level_set("evas_main", EINA_LOG_LEVEL_CRITICAL);
    empc_log_dom = eina_log_domain_register("empc", EINA_COLOR_YELLOW);
    eina_log_domain_level_set("empc", EINA_LOG_LEVEL_DBG);
 

-- 


Reply via email to