diff options
| author | Dima Zavin <dima@android.com> | 2011-08-31 18:26:17 -0700 |
|---|---|---|
| committer | Dima Zavin <dima@android.com> | 2011-09-02 12:11:17 -0700 |
| commit | 8f91282ebe1963b9d27f8779ad1342302b293bd2 (patch) | |
| tree | 5589b2fe97aee2a37d1758e5ac285d5747dfe758 /init/init.c | |
| parent | 2d55e02d0f3c27f0c99ab889ab7b73126280a21c (diff) | |
| download | system_core-8f91282ebe1963b9d27f8779ad1342302b293bd2.tar.gz system_core-8f91282ebe1963b9d27f8779ad1342302b293bd2.tar.bz2 system_core-8f91282ebe1963b9d27f8779ad1342302b293bd2.zip | |
init/cutils: move kernel logging interface to libcutils from init
Change-Id: Ia0f91b1fcd6cae69d76bf3dd841340958db938a8
Signed-off-by: Dima Zavin <dima@android.com>
Diffstat (limited to 'init/init.c')
| -rwxr-xr-x | init/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index ef42e025..53b8aa50 100755 --- a/init/init.c +++ b/init/init.c @@ -724,7 +724,7 @@ int main(int argc, char **argv) * talk to the outside world. */ open_devnull_stdio(); - log_init(); + klog_init(); INFO("reading config file\n"); init_parse_config_file("/init.rc"); |
