diff options
| author | Steve Block <steveblock@google.com> | 2012-01-06 14:13:42 +0000 |
|---|---|---|
| committer | Steve Block <steveblock@google.com> | 2012-01-08 11:03:26 +0000 |
| commit | 01dda204cd28fe181691b4a44a51be7e5666d0c8 (patch) | |
| tree | 99ef6d14b55ebf4e2752cd182052caad6eddc20a /nexus/SupplicantConnectedEvent.cpp | |
| parent | 36afde3387fff9eac0e6d54854b8d43fe1ebb0cc (diff) | |
| download | system_core-01dda204cd28fe181691b4a44a51be7e5666d0c8.tar.gz system_core-01dda204cd28fe181691b4a44a51be7e5666d0c8.tar.bz2 system_core-01dda204cd28fe181691b4a44a51be7e5666d0c8.zip | |
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Bug: 5449033
Change-Id: Ibcffdcf620ebae1c389446ce8e9d908f11ac039c
Diffstat (limited to 'nexus/SupplicantConnectedEvent.cpp')
| -rw-r--r-- | nexus/SupplicantConnectedEvent.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nexus/SupplicantConnectedEvent.cpp b/nexus/SupplicantConnectedEvent.cpp index e58bab22..107c7668 100644 --- a/nexus/SupplicantConnectedEvent.cpp +++ b/nexus/SupplicantConnectedEvent.cpp @@ -42,9 +42,9 @@ SupplicantConnectedEvent::SupplicantConnectedEvent(int level, char *event, else mReassociated = true; } else - LOGE("Unable to decode re-assocation"); + ALOGE("Unable to decode re-assocation"); } else - LOGE("Unable to decode event"); + ALOGE("Unable to decode event"); } SupplicantConnectedEvent::SupplicantConnectedEvent(const char *bssid, |
