diff options
Diffstat (limited to 'nexus/TiwlanWifiController.cpp')
| -rw-r--r-- | nexus/TiwlanWifiController.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nexus/TiwlanWifiController.cpp b/nexus/TiwlanWifiController.cpp index 016c790..384f136 100644 --- a/nexus/TiwlanWifiController.cpp +++ b/nexus/TiwlanWifiController.cpp @@ -75,7 +75,7 @@ int TiwlanWifiController::loadFirmware() { while (count-- > 0) { if (property_get(DRIVER_PROP_NAME, driver_status, NULL)) { if (!strcmp(driver_status, "ok")) { - LOGD("Firmware loaded OK"); + ALOGD("Firmware loaded OK"); if (startDriverEventListener()) { LOGW("Failed to start driver event listener (%s)", |
