commit | 4f07a1f826ddb3669c8da2b2a92983f01df43d54 | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Thu Jan 05 22:25:38 2012 +0000 |
committer | Steve Block <steveblock@google.com> | Tue Jan 17 17:56:20 2012 +0000 |
tree | 8b152c34995613939f0a16426107e3bfa6e70e28 | |
parent | 4163b45949c0382f0370bc2a25fcbb6c07c4c5eb [diff] [blame] |
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) Change-Id: I6c2a1d56dadb7e5c69e478f4d8c7d9f2127db2af
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 @@ else if (!strcasecmp(buffer, "TIMEOUT")) return DhcpEvent::TIMEOUT; else { - LOGW("Bad event '%s'", buffer); + ALOGW("Bad event '%s'", buffer); return -1; } }