commit | 08b58b60fd70e81317a9df19cc431f0759bc9e71 | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Wed Jan 04 20:05:11 2012 +0000 |
committer | Steve Block <steveblock@google.com> | Wed Jan 04 20:05:11 2012 +0000 |
tree | 2ebde80cf87e990d32949e996322d45165713257 | |
parent | 7b984e3f7e724f8a3547a707210319f3d479f261 [diff] [blame] |
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE See https://android-git.corp.google.com/g/156801 Bug: 5449033 Change-Id: I61f544fc5b362863886cadceb37c9840e1d48e9b
diff --git a/main.cpp b/main.cpp index c27ade6..e9e995e 100644 --- a/main.cpp +++ b/main.cpp
@@ -43,7 +43,7 @@ NetlinkManager *nm; DnsProxyListener *dpl; - LOGI("Netd 1.0 starting"); + ALOGI("Netd 1.0 starting"); // signal(SIGCHLD, sigchld_handler); @@ -83,7 +83,7 @@ sleep(1000); } - LOGI("Netd exiting"); + ALOGI("Netd exiting"); exit(0); }