discomfitor pushed a commit to branch master.

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

commit 017c2f4d45c86c81f8069c02b03438d5168d4d89
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue Jan 20 19:19:57 2015 -0500

    reenable elm log domain
---
 src/bin/e_log.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/e_log.c b/src/bin/e_log.c
index d2a7811..56e5500 100644
--- a/src/bin/e_log.c
+++ b/src/bin/e_log.c
@@ -29,7 +29,6 @@ e_log_init(void)
 {
    e_log_dom = eina_log_domain_register("e", EINA_COLOR_WHITE);
    eina_log_print_cb_set(_e_log_cb, NULL);
-   eina_log_domain_level_set("elementary", EINA_LOG_LEVEL_CRITICAL);
    return e_log_dom != -1;
 }
 

-- 


Reply via email to