From c67f72f38f9c22b8a3c217a0807b40f2eda78f08 Mon Sep 17 00:00:00 2001 From: Ramanan Rajeswaran Date: Fri, 9 Mar 2012 12:30:43 -0800 Subject: Replace loge with aloge. Change-Id: Ie2a90be2152c28029990f5e4db5dffd5928fd030 --- Linux_x86/phDal4Nfc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- cgit v1.1