summaryrefslogtreecommitdiffstats
path: root/Linux_x86/phDal4Nfc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Linux_x86/phDal4Nfc.c')
-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;
}
}