commit | 8f91282ebe1963b9d27f8779ad1342302b293bd2 | [log] [tgz] |
---|---|---|
author | Dima Zavin <dima@android.com> | Wed Aug 31 18:26:17 2011 -0700 |
committer | Dima Zavin <dima@android.com> | Fri Sep 02 12:11:17 2011 -0700 |
tree | 5589b2fe97aee2a37d1758e5ac285d5747dfe758 | |
parent | 2d55e02d0f3c27f0c99ab889ab7b73126280a21c [diff] [blame] |
init/cutils: move kernel logging interface to libcutils from init Change-Id: Ia0f91b1fcd6cae69d76bf3dd841340958db938a8 Signed-off-by: Dima Zavin <dima@android.com>
diff --git a/init/ueventd.c b/init/ueventd.c index 1328d19..ddf42be 100644 --- a/init/ueventd.c +++ b/init/ueventd.c
@@ -47,7 +47,7 @@ signal(SIGCHLD, SIG_IGN); open_devnull_stdio(); - log_init(); + klog_init(); INFO("starting ueventd\n");