summaryrefslogtreecommitdiffstats
path: root/src/phHciNfc_DevMgmt.c
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-05 23:18:54 +0000
committerSteve Block <steveblock@google.com>2012-01-05 23:18:54 +0000
commit113bdd7504d69f483c4208bc30a457b7ff4b69fa (patch)
tree41e0323f13967823e5b1528acdb7ba6aa2860e48 /src/phHciNfc_DevMgmt.c
parent1f23e48e59a9d8ba8bfd60c4a4de4fb656651200 (diff)
downloadexternal_libnfc-nxp-113bdd7504d69f483c4208bc30a457b7ff4b69fa.zip
external_libnfc-nxp-113bdd7504d69f483c4208bc30a457b7ff4b69fa.tar.gz
external_libnfc-nxp-113bdd7504d69f483c4208bc30a457b7ff4b69fa.tar.bz2
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: I05dd3a5e5f671c0fdc17bf4e3d52395ccdb56e45
Diffstat (limited to 'src/phHciNfc_DevMgmt.c')
-rw-r--r--src/phHciNfc_DevMgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/phHciNfc_DevMgmt.c b/src/phHciNfc_DevMgmt.c
index 9517741..358f8eb 100644
--- a/src/phHciNfc_DevMgmt.c
+++ b/src/phHciNfc_DevMgmt.c
@@ -1370,7 +1370,7 @@ phHciNfc_Recv_DevMgmt_Event(
case NXP_EVT_INFO_MEM_VIOLATION:
{
event_info.eventType = NFC_INFO_MEM_VIOLATION;
- LOGW("Your NFC controller is kinda hosed, take it to npelly@ to fix");
+ ALOGW("Your NFC controller is kinda hosed, take it to npelly@ to fix");
break;
}
case NXP_EVT_INFO_TEMP_OVERHEAT: