diff options
Diffstat (limited to 'nexus/DhcpState.cpp')
-rw-r--r-- | nexus/DhcpState.cpp | 2 |
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; } } |