projects
/
platform
/
core
/
uifw
/
e-mod-tizen-wm-policy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc65695
)
log: set e-rot domain level to EINA_LOG_LEVEL_INFO
99/117899/1
author
Juyeon Lee
<juyeonne.lee@samsung.com>
Wed, 8 Mar 2017 04:13:45 +0000
(13:13 +0900)
committer
Juyeon Lee
<juyeonne.lee@samsung.com>
Wed, 8 Mar 2017 04:13:45 +0000
(13:13 +0900)
Change-Id: Ic8ee1acf5440711812a5d24576f0f742ec2b4e52
src/rotation/e_mod_rotation.c
patch
|
blob
|
history
diff --git
a/src/rotation/e_mod_rotation.c
b/src/rotation/e_mod_rotation.c
index 1d7a380b900b28cd356ed7cdafcac39e33e18aae..3762ae4bf0601dfb218d55baaef2f0f06500cdb1 100644
(file)
--- a/
src/rotation/e_mod_rotation.c
+++ b/
src/rotation/e_mod_rotation.c
@@
-99,6
+99,8
@@
e_mod_pol_rotation_init(void)
if (_wr_log_dom < 0)
goto err_log;
+ eina_log_domain_level_set(_wr_log_dom_name, EINA_LOG_LEVEL_INFO);
+
e_mod_rot_settings_init();
#ifdef HAVE_AUTO_ROTATION
e_mod_sensord_init();