summaryrefslogtreecommitdiffstats
path: root/nexus/DhcpState.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/DhcpState.cpp')
-rw-r--r--nexus/DhcpState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/nexus/DhcpState.cpp b/nexus/DhcpState.cpp
index c9d5135..b86c186 100644
--- a/nexus/DhcpState.cpp
+++ b/nexus/DhcpState.cpp
@@ -74,7 +74,7 @@ int DhcpState::parseString(const char *buffer) {
else if (!strcasecmp(buffer, "ANNOUNCING"))
return DhcpState::ANNOUNCING;
else {
- LOGW("Bad state '%s'", buffer);
+ ALOGW("Bad state '%s'", buffer);
return -1;
}
}