commit | ae8b56c0d17a97aff0b98e6405c7cc9811bbbc3d | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Thu Jan 05 22:25:38 2012 +0000 |
committer | Steve Block <steveblock@google.com> | Thu Jan 05 22:25:38 2012 +0000 |
tree | f860c0f93c3b1e49c97912f31458fcfd79ba8602 | |
parent | fe71a61e5b0cb666675900d206251a7c18ed944b [diff] [blame] |
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE Bug: 5449033 Change-Id: I1e070511b6a538e9f1c94657356437a457d58882
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; }