summaryrefslogtreecommitdiffstats
path: root/src/phLibNfc.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/phLibNfc.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/phLibNfc.c')
-rw-r--r--src/phLibNfc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/phLibNfc.c b/src/phLibNfc.c
index 92bdc40..1012acb 100644
--- a/src/phLibNfc.c
+++ b/src/phLibNfc.c
@@ -870,7 +870,7 @@ NFCSTATUS phLibNfc_Mgt_GetstackCapabilities(
/* Check the firmware version */
if (nxp_nfc_full_version == NULL) {
// Couldn't load firmware, just pretend we're up to date.
- LOGW("Firmware image not available: this device might be running old NFC firmware!");
+ ALOGW("Firmware image not available: this device might be running old NFC firmware!");
phLibNfc_StackCapabilities->psDevCapabilities.firmware_update_info = 0;
} else {
phLibNfc_StackCapabilities->psDevCapabilities.firmware_update_info = memcmp(phLibNfc_StackCapabilities->psDevCapabilities.full_version, nxp_nfc_full_version,