diff options
| author | Steve Block <steveblock@google.com> | 2011-12-20 16:07:45 +0000 |
|---|---|---|
| committer | Steve Block <steveblock@google.com> | 2012-01-03 22:32:30 +0000 |
| commit | 8d66c49258ac4f59bd67c23c9c914cca81f85b01 (patch) | |
| tree | 24447dff0da16f6ef9af1512f1f4ff936e3014af /nexus/DhcpClient.cpp | |
| parent | 0fdccb561d37022d4ccc82982de81c2b32617803 (diff) | |
| download | system_core-8d66c49258ac4f59bd67c23c9c914cca81f85b01.zip system_core-8d66c49258ac4f59bd67c23c9c914cca81f85b01.tar.gz system_core-8d66c49258ac4f59bd67c23c9c914cca81f85b01.tar.bz2 | |
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Bug: 5449033
Change-Id: I9244d927f14c750cd359ebffb1fc1c355a755d5a
Diffstat (limited to 'nexus/DhcpClient.cpp')
| -rw-r--r-- | nexus/DhcpClient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nexus/DhcpClient.cpp b/nexus/DhcpClient.cpp index 713059d..71c2d8a 100644 --- a/nexus/DhcpClient.cpp +++ b/nexus/DhcpClient.cpp @@ -53,7 +53,7 @@ DhcpClient::~DhcpClient() { } int DhcpClient::start(Controller *c) { - LOGD("Starting DHCP service (arp probe = %d)", mDoArpProbe); + ALOGD("Starting DHCP service (arp probe = %d)", mDoArpProbe); char svc[PROPERTY_VALUE_MAX]; snprintf(svc, sizeof(svc), |
