diff options
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), |
