From 8aeb6e244a484305428ffbbc4be64d51e9bccdaa Mon Sep 17 00:00:00 2001 From: Steve Block Date: Fri, 6 Jan 2012 14:13:42 +0000 Subject: Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) Change-Id: I52fce957db06c281e2618daa4e2ecba19974f2eb --- nexus/SupplicantStatus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nexus/SupplicantStatus.cpp') diff --git a/nexus/SupplicantStatus.cpp b/nexus/SupplicantStatus.cpp index 7868264..8f28abe 100644 --- a/nexus/SupplicantStatus.cpp +++ b/nexus/SupplicantStatus.cpp @@ -81,7 +81,7 @@ SupplicantStatus *SupplicantStatus::createStatus(char *data, int len) { else if (!strcmp(value, "IDLE")) state = SupplicantState::IDLE; else - LOGE("Unknown supplicant state '%s'", value); + ALOGE("Unknown supplicant state '%s'", value); } else ALOGD("Ignoring unsupported status token '%s'", token); } -- cgit v1.1