set comp log level to info

SVN revision: 83074
This commit is contained in:
Mike Blumenkrantz 2013-01-22 11:29:24 +00:00
parent 0c524f1094
commit f217f7e0b3
1 changed files with 1 additions and 0 deletions

View File

@ -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,