summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorAlex Ray <aray@google.com>2014-03-19 15:08:22 -0700
committerAlex Ray <aray@google.com>2014-03-19 15:17:59 -0700
commiteb6ffc765b4a2919bbabd3132bf2bd68a4966415 (patch)
treea08c50ab358c1177999ac82cfa5c42bbf7dcd230 /init
parentc383c6d1d8b0541d18924c3ef63df9061ee5bd8f (diff)
downloadsystem_core-eb6ffc765b4a2919bbabd3132bf2bd68a4966415.zip
system_core-eb6ffc765b4a2919bbabd3132bf2bd68a4966415.tar.gz
system_core-eb6ffc765b4a2919bbabd3132bf2bd68a4966415.tar.bz2
ueventd: fix klog debug typo
Change-Id: Ib0acece15145cc0e868452ede8f3acbab419b965
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