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/SupplicantStateChangeEvent.cpp b/nexus/SupplicantStateChangeEvent.cpp index cf0b9da..fd9233a 100644 --- a/nexus/SupplicantStateChangeEvent.cpp +++ b/nexus/SupplicantStateChangeEvent.cpp
@@ -28,7 +28,7 @@ // XXX: move this stuff into a static creation method char *p = index(event, ' '); if (!p) { - LOGW("Bad event '%s'\n", event); + ALOGW("Bad event '%s'\n", event); return; }