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