summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamanan Rajeswaran <ramanan@google.com>2012-03-09 12:30:43 -0800
committerRamanan Rajeswaran <ramanan@google.com>2012-03-09 12:30:43 -0800
commitc67f72f38f9c22b8a3c217a0807b40f2eda78f08 (patch)
treeb94a91facb17bdd2de6da7f45b5223b7acfbbaa6
parenteee41c4238e2a6101d2b701184ba7a6b4ea60339 (diff)
downloadexternal_libnfc-nxp-c67f72f38f9c22b8a3c217a0807b40f2eda78f08.zip
external_libnfc-nxp-c67f72f38f9c22b8a3c217a0807b40f2eda78f08.tar.gz
external_libnfc-nxp-c67f72f38f9c22b8a3c217a0807b40f2eda78f08.tar.bz2
Replace loge with aloge.
Change-Id: Ie2a90be2152c28029990f5e4db5dffd5928fd030
-rw-r--r--Linux_x86/phDal4Nfc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Linux_x86/phDal4Nfc.c b/Linux_x86/phDal4Nfc.c
index dbc0976..8683a17 100644
--- a/Linux_x86/phDal4Nfc.c
+++ b/Linux_x86/phDal4Nfc.c
@@ -725,7 +725,7 @@ int phDal4Nfc_ReaderThread(void * pArg)
i2c_device_address = gDalContext.pDev->i2c_device_address;
if (i2c_workaround && i2c_device_address < 32)
{
- LOGE("i2c_device_address not set to valid value");
+ ALOGE("i2c_device_address not set to valid value");
return NFCSTATUS_FAILED;
}
}