diff options
| author | Steve Block <steveblock@google.com> | 2011-12-20 16:07:45 +0000 |
|---|---|---|
| committer | Steve Block <steveblock@google.com> | 2012-01-03 22:32:30 +0000 |
| commit | 8d66c49258ac4f59bd67c23c9c914cca81f85b01 (patch) | |
| tree | 24447dff0da16f6ef9af1512f1f4ff936e3014af /nexus/TiwlanWifiController.cpp | |
| parent | 0fdccb561d37022d4ccc82982de81c2b32617803 (diff) | |
| download | system_core-8d66c49258ac4f59bd67c23c9c914cca81f85b01.zip system_core-8d66c49258ac4f59bd67c23c9c914cca81f85b01.tar.gz system_core-8d66c49258ac4f59bd67c23c9c914cca81f85b01.tar.bz2 | |
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Bug: 5449033
Change-Id: I9244d927f14c750cd359ebffb1fc1c355a755d5a
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)", |
