summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorAlex Ray <aray@google.com>2014-03-19 22:38:52 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-19 22:38:52 +0000
commit597998e60471bccb870c0f61d43c5220b5cfeccf (patch)
treed8f1d43390d9d781fd5b3878b27fe9f656bf51f3 /init
parent72ea19436bbe6f1dd87889a48c7e4f2342085afe (diff)
parent18ad82e03a3b7ae54a246085c10b7b0815ea4e32 (diff)
downloadsystem_core-597998e60471bccb870c0f61d43c5220b5cfeccf.zip
system_core-597998e60471bccb870c0f61d43c5220b5cfeccf.tar.gz
system_core-597998e60471bccb870c0f61d43c5220b5cfeccf.tar.bz2
am 18ad82e0: am 9e3b7723: am 3fcd9ed6: Merge "ueventd: fix klog debug typo"
* commit '18ad82e03a3b7ae54a246085c10b7b0815ea4e32': ueventd: fix klog debug typo
Diffstat (limited to 'init')
-rw-r--r--init/ueventd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/ueventd.c b/init/ueventd.c
index 5517448..662196d 100644
--- a/init/ueventd.c
+++ b/init/ueventd.c
@@ -71,8 +71,8 @@ int ueventd_main(int argc, char **argv)
klog_init();
#if LOG_UEVENTS
/* Ensure we're at a logging level that will show the events */
- if (klog_get_level() < KLOG_LEVEL_INFO) {
- klog_set_level(KLOG_LEVEL_INFO);
+ if (klog_get_level() < KLOG_INFO_LEVEL) {
+ klog_set_level(KLOG_INFO_LEVEL);
}
#endif