From f217f7e0b359657b0552ea7294df4c2684ba65a9 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 22 Jan 2013 11:29:24 +0000 Subject: [PATCH] set comp log level to info SVN revision: 83074 --- src/bin/e_comp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index 1f49422fc..278709219 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -4291,6 +4291,7 @@ e_comp_init(void) } _e_comp_log_dom = eina_log_domain_register("e_comp", EINA_COLOR_YELLOW); + eina_log_domain_level_set("e_comp", EINA_LOG_LEVEL_INFO); e_sys_handlers_set(_e_comp_sys_suspend, _e_comp_sys_hibernate,